Html Css Color HEX #122E77 Sapphire

📋 copy color: '#122E77'

red 18 ◦ green 46 ◦ blue 119

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

Shades of Sapphire #122E77

Tints of Sapphire #122E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 65.03%

R = 9.84%
G = 25.14%
B = 65.03%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#122E77 (or 0x122E77) is known color: Sapphire. HEX triplet: 12, 2E and 77. RGB value is (18,46,119). Sum of RGB (Red+Green+Blue) = 18+46+119=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #122E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E77 is #EDD188. Grayscale: #2D2D2D. Windows color (decimal): -15585673 or 7810578. OLE color: 7810578.

HSL color Cylindrical-coordinate representation of color #122E77: hue angle of 223.37º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122E77 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 46 119 -
CMYK 0.85 0.61 0 0.53
HSL 223.37º 0.74% 0.27% -
HSV(B) 223.37º 0.85% 0.47% -
XYZ 4.56 3.41 17.87 -
YUV 45.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 18 46 119 0.85 0.61 0 0.53 223.37 0.74 0.27
Hex 12 2E 77 55 3D 0 35 DF 4A 1B
Octal 22 56 167 125 75 0 65 337 112 33
Binary 10010 101110 1110111 1010101 111101 0 110101 11011111 1001010 11011

Color Harmonies of #122E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E77

Black with #122E77

Text Example


Text Example

White with #122E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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