Html Css Color HEX #052047 Sapphire

📋 copy color: '#052047'

red 5 ◦ green 32 ◦ blue 71

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

Shades of Sapphire #052047

Tints of Sapphire #052047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.63%

 BLUE value IS 71 (28.13% from 255) = 65.74%

R = 4.63%
G = 29.63%
B = 65.74%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#052047 (or 0x052047) is known color: Sapphire. HEX triplet: 05, 20 and 47. RGB value is (5,32,71). Sum of RGB (Red+Green+Blue) = 5+32+71=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #052047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052047 is #FADFB8. Grayscale: #1C1C1C. Windows color (decimal): -16441273 or 4661253. OLE color: 4661253.

HSL color Cylindrical-coordinate representation of color #052047: hue angle of 215.45º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052047 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 32 71 -
CMYK 0.93 0.55 0 0.72
HSL 215.45º 0.87% 0.15% -
HSV(B) 215.45º 0.93% 0.28% -
XYZ 1.72 1.52 6.16 -
YUV 28.37 152.05 111.33 -
System Red Green Blue C M Y K H S L
Decimal 5 32 71 0.93 0.55 0 0.72 215.45 0.87 0.15
Hex 5 20 47 5D 37 0 48 D7 57 F
Octal 5 40 107 135 67 0 110 327 127 17
Binary 101 100000 1000111 1011101 110111 0 1001000 11010111 1010111 1111

Color Harmonies of #052047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052047

Black with #052047

Text Example


Text Example

White with #052047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052047; }

 p { color: rgb(5,32,71); }

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

background-color css

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

 a { background-color: rgb(5,32,71); }

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

border-color css

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

 span { border-color: rgb(5,32,71); }

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