#122F4B

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

Shades of Blue Whale #122F4B

Tints of Blue Whale #122F4B

Color information

#122F4B (or 0x122F4B) is unknown color: approx Blue Whale. HEX triplet: 12, 2F and 4B. RGB value is (18,47,75). Sum of RGB (Red+Green+Blue) = 18+47+75=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #122F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F4B is #EDD0B4. Grayscale: #292929. Windows color (decimal): -15585461 or 4927250. OLE color: 4927250.

HSL color Cylindrical-coordinate representation of color #122F4B: hue angle of 209.47º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #122F4B is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB184775-
CMYK0.760.3700.71
HSL209.47º61.29%18.24%-
HSV(B)209.47º76%29.41%-
XYZ2.542.677.04-
YUV41.52146.89111.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 75 (29.69% from 255) = 53.57%
R=12.86%
G=33.57%
B=53.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1847750.760.3700.71209.4761.2918.24
Hex122F4B4C25047d13d12
Octal22571131144501073217522
Binary1001010111110010111001100100101010001111101000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,47,75); }

 H1.HeaderClassName
 {
   color: #122F4B;
 }
 .AnyTagClassName
 {
   color: #122F4B;
 }
</style>
background-color css

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

 a { background-color: rgb(18,47,75); }

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

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

 span { border-color: rgb(18,47,75); }

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