Html Css Color HEX #122F49 Blue Whale

📋 copy color: '#122F49'

red 18 ◦ green 47 ◦ blue 73

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

Shades of Blue Whale #122F49

Tints of Blue Whale #122F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.06%

 BLUE value IS 73 (28.91% from 255) = 52.9%

R = 13.04%
G = 34.06%
B = 52.9%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#122F49 (or 0x122F49) is known color: Blue Whale. HEX triplet: 12, 2F and 49. RGB value is (18,47,73). Sum of RGB (Red+Green+Blue) = 18+47+73=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #122F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F49 is #EDD0B6. Grayscale: #292929. Windows color (decimal): -15585463 or 4796178. OLE color: 4796178.

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

Color convert

RGB 18 47 73 -
CMYK 0.75 0.36 0 0.71
HSL 208.36º 0.6% 0.18% -
HSV(B) 208.36º 0.75% 0.29% -
XYZ 2.47 2.64 6.68 -
YUV 41.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 18 47 73 0.75 0.36 0 0.71 208.36 0.6 0.18
Hex 12 2F 49 4B 24 0 47 D0 3C 12
Octal 22 57 111 113 44 0 107 320 74 22
Binary 10010 101111 1001001 1001011 100100 0 1000111 11010000 111100 10010

Color Harmonies of #122F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F49

Black with #122F49

Text Example


Text Example

White with #122F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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