Html Css Color HEX #051152 Sapphire

📋 copy color: '#051152'

red 5 ◦ green 17 ◦ blue 82

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

Shades of Sapphire #051152

Tints of Sapphire #051152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 78.85%

R = 4.81%
G = 16.35%
B = 78.85%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#051152 (or 0x051152) is known color: Sapphire. HEX triplet: 05, 11 and 52. RGB value is (5,17,82). Sum of RGB (Red+Green+Blue) = 5+17+82=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #051152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051152 is #FAEEAD. Grayscale: #141414. Windows color (decimal): -16445102 or 5378309. OLE color: 5378309.

HSL color Cylindrical-coordinate representation of color #051152: hue angle of 230.65º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051152 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 17 82 -
CMYK 0.94 0.79 0 0.68
HSL 230.65º 0.89% 0.17% -
HSV(B) 230.65º 0.94% 0.32% -
XYZ 1.79 1.04 8.09 -
YUV 20.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 5 17 82 0.94 0.79 0 0.68 230.65 0.89 0.17
Hex 5 11 52 5E 4F 0 44 E7 59 11
Octal 5 21 122 136 117 0 104 347 131 21
Binary 101 10001 1010010 1011110 1001111 0 1000100 11100111 1011001 10001

Color Harmonies of #051152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051152

Black with #051152

Text Example


Text Example

White with #051152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051152; }

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

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

background-color css

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

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

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

border-color css

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

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

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