Html Css Color HEX #122E4D Blue Whale

📋 copy color: '#122E4D'

red 18 ◦ green 46 ◦ blue 77

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

Shades of Blue Whale #122E4D

Tints of Blue Whale #122E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.62%

 BLUE value IS 77 (30.47% from 255) = 54.61%

R = 12.77%
G = 32.62%
B = 54.61%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#122E4D (or 0x122E4D) is known color: Blue Whale. HEX triplet: 12, 2E and 4D. RGB value is (18,46,77). Sum of RGB (Red+Green+Blue) = 18+46+77=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #122E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E4D is #EDD1B2. Grayscale: #292929. Windows color (decimal): -15585715 or 5058066. OLE color: 5058066.

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

Color convert

RGB 18 46 77 -
CMYK 0.77 0.40 0 0.70
HSL 211.53º 0.62% 0.19% -
HSV(B) 211.53º 0.77% 0.3% -
XYZ 2.57 2.62 7.39 -
YUV 41.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 18 46 77 0.77 0.40 0 0.70 211.53 0.62 0.19
Hex 12 2E 4D 4D 28 0 46 D4 3E 13
Octal 22 56 115 115 50 0 106 324 76 23
Binary 10010 101110 1001101 1001101 101000 0 1000110 11010100 111110 10011

Color Harmonies of #122E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E4D

Black with #122E4D

Text Example


Text Example

White with #122E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,46,77); }

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

background-color css

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

 a { background-color: rgb(18,46,77); }

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

border-color css

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

 span { border-color: rgb(18,46,77); }

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