Html Css Color HEX #122D4C Blue Whale

📋 copy color: '#122D4C'

red 18 ◦ green 45 ◦ blue 76

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

Shades of Blue Whale #122D4C

Tints of Blue Whale #122D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 54.68%

R = 12.95%
G = 32.37%
B = 54.68%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#122D4C (or 0x122D4C) is known color: Blue Whale. HEX triplet: 12, 2D and 4C. RGB value is (18,45,76). Sum of RGB (Red+Green+Blue) = 18+45+76=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #122D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D4C is #EDD2B3. Grayscale: #282828. Windows color (decimal): -15585972 or 4992274. OLE color: 4992274.

HSL color Cylindrical-coordinate representation of color #122D4C: hue angle of 212.07º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #122D4C is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 45 76 -
CMYK 0.76 0.41 0 0.70
HSL 212.07º 0.62% 0.18% -
HSV(B) 212.07º 0.76% 0.3% -
XYZ 2.49 2.53 7.19 -
YUV 40.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 18 45 76 0.76 0.41 0 0.70 212.07 0.62 0.18
Hex 12 2D 4C 4C 29 0 46 D4 3E 12
Octal 22 55 114 114 51 0 106 324 76 22
Binary 10010 101101 1001100 1001100 101001 0 1000110 11010100 111110 10010

Color Harmonies of #122D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122D4C

Black with #122D4C

Text Example


Text Example

White with #122D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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