Html Css Color HEX #122E43 Blue Whale

📋 copy color: '#122E43'

red 18 ◦ green 46 ◦ blue 67

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

Shades of Blue Whale #122E43

Tints of Blue Whale #122E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 51.15%

R = 13.74%
G = 35.11%
B = 51.15%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#122E43 (or 0x122E43) is known color: Blue Whale. HEX triplet: 12, 2E and 43. RGB value is (18,46,67). Sum of RGB (Red+Green+Blue) = 18+46+67=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #122E43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E43 is #EDD1BC. Grayscale: #272727. Windows color (decimal): -15585725 or 4402706. OLE color: 4402706.

HSL color Cylindrical-coordinate representation of color #122E43: hue angle of 205.71º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #122E43 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 46 67 -
CMYK 0.73 0.31 0 0.74
HSL 205.71º 0.58% 0.17% -
HSV(B) 205.71º 0.73% 0.26% -
XYZ 2.24 2.49 5.67 -
YUV 40.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 18 46 67 0.73 0.31 0 0.74 205.71 0.58 0.17
Hex 12 2E 43 49 1F 0 4A CE 3A 11
Octal 22 56 103 111 37 0 112 316 72 21
Binary 10010 101110 1000011 1001001 11111 0 1001010 11001110 111010 10001

Color Harmonies of #122E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E43

Black with #122E43

Text Example


Text Example

White with #122E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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