Html Css Color HEX #162F61 Sapphire

📋 copy color: '#162F61'

red 22 ◦ green 47 ◦ blue 97

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

Shades of Sapphire #162F61

Tints of Sapphire #162F61

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.31%

 BLUE value IS 97 (38.28% from 255) = 58.43%

R = 13.25%
G = 28.31%
B = 58.43%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#162F61 (or 0x162F61) is known color: Sapphire. HEX triplet: 16, 2F and 61. RGB value is (22,47,97). Sum of RGB (Red+Green+Blue) = 22+47+97=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #162F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F61 is #E9D09E. Grayscale: #2D2D2D. Windows color (decimal): -15323295 or 6369046. OLE color: 6369046.

HSL color Cylindrical-coordinate representation of color #162F61: hue angle of 220º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162F61 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 47 97 -
CMYK 0.77 0.52 0 0.62
HSL 220º 0.63% 0.23% -
HSV(B) 220º 0.77% 0.38% -
XYZ 3.51 3.07 11.72 -
YUV 45.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 22 47 97 0.77 0.52 0 0.62 220 0.63 0.23
Hex 16 2F 61 4D 34 0 3E DC 3F 17
Octal 26 57 141 115 64 0 76 334 77 27
Binary 10110 101111 1100001 1001101 110100 0 111110 11011100 111111 10111

Color Harmonies of #162F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #162F61

Black with #162F61

Text Example


Text Example

White with #162F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,47,97); }

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

background-color css

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

 a { background-color: rgb(22,47,97); }

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

border-color css

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

 span { border-color: rgb(22,47,97); }

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