Html Css Color HEX #123250 Blue Whale

📋 copy color: '#123250'

red 18 ◦ green 50 ◦ blue 80

#123250
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #123250

Tints of Blue Whale #123250

RGB

 RED value IS 18 (7.42% from 255) = 12.16%

 GREEN value IS 50 (19.92% from 255) = 33.78%

 BLUE value IS 80 (31.64% from 255) = 54.05%

R = 12.16%
G = 33.78%
B = 54.05%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#123250 (or 0x123250) is known color: Blue Whale. HEX triplet: 12, 32 and 50. RGB value is (18,50,80). Sum of RGB (Red+Green+Blue) = 18+50+80=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #123250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123250 is #EDCDAF. Grayscale: #2B2B2B. Windows color (decimal): -15584688 or 5255698. OLE color: 5255698.

HSL color Cylindrical-coordinate representation of color #123250: hue angle of 209.03º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123250 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 50 80 -
CMYK 0.78 0.37 0 0.69
HSL 209.03º 0.63% 0.19% -
HSV(B) 209.03º 0.78% 0.31% -
XYZ 2.84 2.99 8.02 -
YUV 43.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 18 50 80 0.78 0.37 0 0.69 209.03 0.63 0.19
Hex 12 32 50 4E 25 0 45 D1 3F 13
Octal 22 62 120 116 45 0 105 321 77 23
Binary 10010 110010 1010000 1001110 100101 0 1000101 11010001 111111 10011

Color Harmonies of #123250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123250

Black with #123250

Text Example


Text Example

White with #123250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123250; }

 p { color: rgb(18,50,80); }

 H1.HeaderClassName
 {
   color: #123250;
 }
 .AnyTagClassName
 {
   color: #123250;
 }
</style>

background-color css

<style>
 a { background-color: #123250; }

 a { background-color: rgb(18,50,80); }

 div.DivClassName
 {
   background-color: #123250;
 }
 .BgClassName
 {
   background-color: #123250;
 }
</style>

border-color css

<style>
 span { border-color: #123250; }

 span { border-color: rgb(18,50,80); }

 td.TdClassName
 {
   border-color: #123250;
 }
 .TagClassName
 {
   border-color: #123250;
 }
</style>