Html Css Color HEX #052B72 Sapphire

📋 copy color: '#052B72'

red 5 ◦ green 43 ◦ blue 114

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

Shades of Sapphire #052B72

Tints of Sapphire #052B72

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.54%

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

R = 3.09%
G = 26.54%
B = 70.37%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052B72 (or 0x052B72) is known color: Sapphire. HEX triplet: 05, 2B and 72. RGB value is (5,43,114). Sum of RGB (Red+Green+Blue) = 5+43+114=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #052B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B72 is #FAD48D. Grayscale: #272727. Windows color (decimal): -16438414 or 7482117. OLE color: 7482117.

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

Color convert

RGB 5 43 114 -
CMYK 0.96 0.62 0 0.55
HSL 219.08º 0.92% 0.23% -
HSV(B) 219.08º 0.96% 0.45% -
XYZ 3.96 2.97 16.28 -
YUV 39.73 169.91 103.23 -
System Red Green Blue C M Y K H S L
Decimal 5 43 114 0.96 0.62 0 0.55 219.08 0.92 0.23
Hex 5 2B 72 60 3E 0 37 DB 5C 17
Octal 5 53 162 140 76 0 67 333 134 27
Binary 101 101011 1110010 1100000 111110 0 110111 11011011 1011100 10111

Color Harmonies of #052B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B72

Black with #052B72

Text Example


Text Example

White with #052B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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