Html Css Color HEX #122E4B Blue Whale

📋 copy color: '#122E4B'

red 18 ◦ green 46 ◦ blue 75

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

Shades of Blue Whale #122E4B

Tints of Blue Whale #122E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 53.96%

R = 12.95%
G = 33.09%
B = 53.96%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#122E4B (or 0x122E4B) is known color: Blue Whale. HEX triplet: 12, 2E and 4B. RGB value is (18,46,75). Sum of RGB (Red+Green+Blue) = 18+46+75=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #122E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E4B is #EDD1B4. Grayscale: #282828. Windows color (decimal): -15585717 or 4926994. OLE color: 4926994.

HSL color Cylindrical-coordinate representation of color #122E4B: hue angle of 210.53º 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 #122E4B is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 46 75 -
CMYK 0.76 0.39 0 0.71
HSL 210.53º 0.61% 0.18% -
HSV(B) 210.53º 0.76% 0.29% -
XYZ 2.5 2.59 7.03 -
YUV 40.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 18 46 75 0.76 0.39 0 0.71 210.53 0.61 0.18
Hex 12 2E 4B 4C 27 0 47 D3 3D 12
Octal 22 56 113 114 47 0 107 323 75 22
Binary 10010 101110 1001011 1001100 100111 0 1000111 11010011 111101 10010

Color Harmonies of #122E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E4B

Black with #122E4B

Text Example


Text Example

White with #122E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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