Html Css Color HEX #052C71 Sapphire

📋 copy color: '#052C71'

red 5 ◦ green 44 ◦ blue 113

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

Shades of Sapphire #052C71

Tints of Sapphire #052C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.16%

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

R = 3.09%
G = 27.16%
B = 69.75%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052C71 (or 0x052C71) is known color: Sapphire. HEX triplet: 05, 2C and 71. RGB value is (5,44,113). Sum of RGB (Red+Green+Blue) = 5+44+113=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #052C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C71 is #FAD38E. Grayscale: #272727. Windows color (decimal): -16438159 or 7416837. OLE color: 7416837.

HSL color Cylindrical-coordinate representation of color #052C71: hue angle of 218.33º 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 #052C71 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 44 113 -
CMYK 0.96 0.61 0 0.56
HSL 218.33º 0.92% 0.23% -
HSV(B) 218.33º 0.96% 0.44% -
XYZ 3.94 3.03 16 -
YUV 40.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 5 44 113 0.96 0.61 0 0.56 218.33 0.92 0.23
Hex 5 2C 71 60 3D 0 38 DA 5C 17
Octal 5 54 161 140 75 0 70 332 134 27
Binary 101 101100 1110001 1100000 111101 0 111000 11011010 1011100 10111

Color Harmonies of #052C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C71

Black with #052C71

Text Example


Text Example

White with #052C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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