Html Css Color HEX #051155 Sapphire

📋 copy color: '#051155'

red 5 ◦ green 17 ◦ blue 85

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

Shades of Sapphire #051155

Tints of Sapphire #051155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 79.44%

R = 4.67%
G = 15.89%
B = 79.44%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#051155 (or 0x051155) is known color: Sapphire. HEX triplet: 05, 11 and 55. RGB value is (5,17,85). Sum of RGB (Red+Green+Blue) = 5+17+85=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #051155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051155 is #FAEEAA. Grayscale: #141414. Windows color (decimal): -16445099 or 5574917. OLE color: 5574917.

HSL color Cylindrical-coordinate representation of color #051155: hue angle of 231º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051155 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 17 85 -
CMYK 0.94 0.80 0 0.67
HSL 231º 0.89% 0.18% -
HSV(B) 231º 0.94% 0.33% -
XYZ 1.9 1.09 8.7 -
YUV 21.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 5 17 85 0.94 0.80 0 0.67 231 0.89 0.18
Hex 5 11 55 5E 50 0 43 E7 59 12
Octal 5 21 125 136 120 0 103 347 131 22
Binary 101 10001 1010101 1011110 1010000 0 1000011 11100111 1011001 10010

Color Harmonies of #051155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051155

Black with #051155

Text Example


Text Example

White with #051155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051155; }

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

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

background-color css

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

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

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

border-color css

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

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

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