Html Css Color HEX #051161 Sapphire

📋 copy color: '#051161'

red 5 ◦ green 17 ◦ blue 97

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

Shades of Sapphire #051161

Tints of Sapphire #051161

RGB

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

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

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

R = 4.2%
G = 14.29%
B = 81.51%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#051161 (or 0x051161) is known color: Sapphire. HEX triplet: 05, 11 and 61. RGB value is (5,17,97). Sum of RGB (Red+Green+Blue) = 5+17+97=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #051161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051161 is #FAEE9E. Grayscale: #161616. Windows color (decimal): -16445087 or 6361349. OLE color: 6361349.

HSL color Cylindrical-coordinate representation of color #051161: hue angle of 232.17º 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 #051161 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 17 97 -
CMYK 0.95 0.82 0 0.62
HSL 232.17º 0.9% 0.2% -
HSV(B) 232.17º 0.95% 0.38% -
XYZ 2.42 1.3 11.43 -
YUV 22.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 5 17 97 0.95 0.82 0 0.62 232.17 0.9 0.2
Hex 5 11 61 5F 52 0 3E E8 5A 14
Octal 5 21 141 137 122 0 76 350 132 24
Binary 101 10001 1100001 1011111 1010010 0 111110 11101000 1011010 10100

Color Harmonies of #051161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051161

Black with #051161

Text Example


Text Example

White with #051161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051161; }

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

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

background-color css

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

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

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

border-color css

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

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

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