Html Css Color HEX #162A59 Sapphire

📋 copy color: '#162A59'

red 22 ◦ green 42 ◦ blue 89

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

Shades of Sapphire #162A59

Tints of Sapphire #162A59

RGB

 RED value IS 22 (8.98% from 255) = 14.38%

 GREEN value IS 42 (16.8% from 255) = 27.45%

 BLUE value IS 89 (35.16% from 255) = 58.17%

R = 14.38%
G = 27.45%
B = 58.17%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#162A59 (or 0x162A59) is known color: Sapphire. HEX triplet: 16, 2A and 59. RGB value is (22,42,89). Sum of RGB (Red+Green+Blue) = 22+42+89=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #162A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A59 is #E9D5A6. Grayscale: #292929. Windows color (decimal): -15324583 or 5843478. OLE color: 5843478.

HSL color Cylindrical-coordinate representation of color #162A59: hue angle of 222.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #162A59 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 42 89 -
CMYK 0.75 0.53 0 0.65
HSL 222.09º 0.6% 0.22% -
HSV(B) 222.09º 0.75% 0.35% -
XYZ 2.96 2.55 9.79 -
YUV 41.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 22 42 89 0.75 0.53 0 0.65 222.09 0.6 0.22
Hex 16 2A 59 4B 35 0 41 DE 3C 16
Octal 26 52 131 113 65 0 101 336 74 26
Binary 10110 101010 1011001 1001011 110101 0 1000001 11011110 111100 10110

Color Harmonies of #162A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #162A59

Black with #162A59

Text Example


Text Example

White with #162A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #162A59; }

 p { color: rgb(22,42,89); }

 H1.HeaderClassName
 {
   color: #162A59;
 }
 .AnyTagClassName
 {
   color: #162A59;
 }
</style>

background-color css

<style>
 a { background-color: #162A59; }

 a { background-color: rgb(22,42,89); }

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

border-color css

<style>
 span { border-color: #162A59; }

 span { border-color: rgb(22,42,89); }

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