Html Css Color HEX #052872 Sapphire

📋 copy color: '#052872'

red 5 ◦ green 40 ◦ blue 114

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

Shades of Sapphire #052872

Tints of Sapphire #052872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.16%

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

R = 3.14%
G = 25.16%
B = 71.7%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052872 (or 0x052872) is known color: Sapphire. HEX triplet: 05, 28 and 72. RGB value is (5,40,114). Sum of RGB (Red+Green+Blue) = 5+40+114=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #052872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052872 is #FAD78D. Grayscale: #252525. Windows color (decimal): -16439182 or 7481349. OLE color: 7481349.

HSL color Cylindrical-coordinate representation of color #052872: hue angle of 220.73º 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 #052872 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 40 114 -
CMYK 0.96 0.65 0 0.55
HSL 220.73º 0.92% 0.23% -
HSV(B) 220.73º 0.96% 0.45% -
XYZ 3.86 2.76 16.25 -
YUV 37.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 5 40 114 0.96 0.65 0 0.55 220.73 0.92 0.23
Hex 5 28 72 60 41 0 37 DD 5C 17
Octal 5 50 162 140 101 0 67 335 134 27
Binary 101 101000 1110010 1100000 1000001 0 110111 11011101 1011100 10111

Color Harmonies of #052872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052872

Black with #052872

Text Example


Text Example

White with #052872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052872; }

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

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

background-color css

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

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

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

border-color css

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

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

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