Html Css Color HEX #051162 Sapphire

📋 copy color: '#051162'

red 5 ◦ green 17 ◦ blue 98

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

Shades of Sapphire #051162

Tints of Sapphire #051162

RGB

 RED value IS 5 (2.34% from 255) = 4.17%

 GREEN value IS 17 (7.03% from 255) = 14.17%

 BLUE value IS 98 (38.67% from 255) = 81.67%

R = 4.17%
G = 14.17%
B = 81.67%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#051162 (or 0x051162) is known color: Sapphire. HEX triplet: 05, 11 and 62. RGB value is (5,17,98). Sum of RGB (Red+Green+Blue) = 5+17+98=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #051162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051162 is #FAEE9D. Grayscale: #161616. Windows color (decimal): -16445086 or 6426885. OLE color: 6426885.

HSL color Cylindrical-coordinate representation of color #051162: hue angle of 232.26º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051162 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 17 98 -
CMYK 0.95 0.83 0 0.62
HSL 232.26º 0.9% 0.2% -
HSV(B) 232.26º 0.95% 0.38% -
XYZ 2.47 1.32 11.68 -
YUV 22.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 5 17 98 0.95 0.83 0 0.62 232.26 0.9 0.2
Hex 5 11 62 5F 53 0 3E E8 5A 14
Octal 5 21 142 137 123 0 76 350 132 24
Binary 101 10001 1100010 1011111 1010011 0 111110 11101000 1011010 10100

Color Harmonies of #051162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051162

Black with #051162

Text Example


Text Example

White with #051162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051162; }

 p { color: rgb(5,17,98); }

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

background-color css

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

 a { background-color: rgb(5,17,98); }

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

border-color css

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

 span { border-color: rgb(5,17,98); }

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