Html Css Color HEX #051772 Sapphire

📋 copy color: '#051772'

red 5 ◦ green 23 ◦ blue 114

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

Shades of Sapphire #051772

Tints of Sapphire #051772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

 BLUE value IS 114 (44.92% from 255) = 80.28%

R = 3.52%
G = 16.2%
B = 80.28%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#051772 (or 0x051772) is known color: Sapphire. HEX triplet: 05, 17 and 72. RGB value is (5,23,114). Sum of RGB (Red+Green+Blue) = 5+23+114=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #051772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051772 is #FAE88D. Grayscale: #1B1B1B. Windows color (decimal): -16443534 or 7476997. OLE color: 7476997.

HSL color Cylindrical-coordinate representation of color #051772: hue angle of 230.09º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051772 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 23 114 -
CMYK 0.96 0.80 0 0.55
HSL 230.09º 0.92% 0.23% -
HSV(B) 230.09º 0.96% 0.45% -
XYZ 3.41 1.86 16.1 -
YUV 27.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 5 23 114 0.96 0.80 0 0.55 230.09 0.92 0.23
Hex 5 17 72 60 50 0 37 E6 5C 17
Octal 5 27 162 140 120 0 67 346 134 27
Binary 101 10111 1110010 1100000 1010000 0 110111 11100110 1011100 10111

Color Harmonies of #051772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051772

Black with #051772

Text Example


Text Example

White with #051772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051772; }

 p { color: rgb(5,23,114); }

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

background-color css

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

 a { background-color: rgb(5,23,114); }

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

border-color css

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

 span { border-color: rgb(5,23,114); }

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