Html Css Color HEX #122D48 Blue Whale

📋 copy color: '#122D48'

red 18 ◦ green 45 ◦ blue 72

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

Shades of Blue Whale #122D48

Tints of Blue Whale #122D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.33%

 BLUE value IS 72 (28.52% from 255) = 53.33%

R = 13.33%
G = 33.33%
B = 53.33%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#122D48 (or 0x122D48) is known color: Blue Whale. HEX triplet: 12, 2D and 48. RGB value is (18,45,72). Sum of RGB (Red+Green+Blue) = 18+45+72=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #122D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D48 is #EDD2B7. Grayscale: #272727. Windows color (decimal): -15585976 or 4730130. OLE color: 4730130.

HSL color Cylindrical-coordinate representation of color #122D48: hue angle of 210º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122D48 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 45 72 -
CMYK 0.75 0.38 0 0.72
HSL 210º 0.6% 0.18% -
HSV(B) 210º 0.75% 0.28% -
XYZ 2.36 2.47 6.48 -
YUV 40.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 18 45 72 0.75 0.38 0 0.72 210 0.6 0.18
Hex 12 2D 48 4B 26 0 48 D2 3C 12
Octal 22 55 110 113 46 0 110 322 74 22
Binary 10010 101101 1001000 1001011 100110 0 1001000 11010010 111100 10010

Color Harmonies of #122D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122D48

Black with #122D48

Text Example


Text Example

White with #122D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122D48; }

 p { color: rgb(18,45,72); }

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

background-color css

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

 a { background-color: rgb(18,45,72); }

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

border-color css

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

 span { border-color: rgb(18,45,72); }

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