#122D48

Color #122D48 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #122D48

Tints of Blue Whale #122D48

Color information

#122D48 (or 0x122D48) is unknown color: approx 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

RGB184572-
CMYK0.750.3800.72
HSL210º60%17.65%-
HSV(B)210º75%28.24%-
XYZ2.362.476.48-
YUV40146.05112.3-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1845720.750.3800.722106017.65
Hex122D484B26048d23c12
Octal22551101134601103227422
Binary1001010110110010001001011100110010010001101001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>