Html Css Color HEX #052D71 Sapphire

📋 copy color: '#052D71'

red 5 ◦ green 45 ◦ blue 113

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

Shades of Sapphire #052D71

Tints of Sapphire #052D71

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.61%

 BLUE value IS 113 (44.53% from 255) = 69.33%

R = 3.07%
G = 27.61%
B = 69.33%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052D71 (or 0x052D71) is known color: Sapphire. HEX triplet: 05, 2D and 71. RGB value is (5,45,113). Sum of RGB (Red+Green+Blue) = 5+45+113=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #052D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D71 is #FAD28E. Grayscale: #282828. Windows color (decimal): -16437903 or 7417093. OLE color: 7417093.

HSL color Cylindrical-coordinate representation of color #052D71: hue angle of 217.78º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052D71 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 45 113 -
CMYK 0.96 0.60 0 0.56
HSL 217.78º 0.92% 0.23% -
HSV(B) 217.78º 0.96% 0.44% -
XYZ 3.98 3.1 16.01 -
YUV 40.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 5 45 113 0.96 0.60 0 0.56 217.78 0.92 0.23
Hex 5 2D 71 60 3C 0 38 DA 5C 17
Octal 5 55 161 140 74 0 70 332 134 27
Binary 101 101101 1110001 1100000 111100 0 111000 11011010 1011100 10111

Color Harmonies of #052D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D71

Black with #052D71

Text Example


Text Example

White with #052D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052D71; }

 p { color: rgb(5,45,113); }

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

background-color css

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

 a { background-color: rgb(5,45,113); }

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

border-color css

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

 span { border-color: rgb(5,45,113); }

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