Html Css Color HEX #052372 Sapphire

📋 copy color: '#052372'

red 5 ◦ green 35 ◦ blue 114

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

Shades of Sapphire #052372

Tints of Sapphire #052372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.73%

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

R = 3.25%
G = 22.73%
B = 74.03%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052372 (or 0x052372) is known color: Sapphire. HEX triplet: 05, 23 and 72. RGB value is (5,35,114). Sum of RGB (Red+Green+Blue) = 5+35+114=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #052372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052372 is #FADC8D. Grayscale: #222222. Windows color (decimal): -16440462 or 7480069. OLE color: 7480069.

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

Color convert

RGB 5 35 114 -
CMYK 0.96 0.69 0 0.55
HSL 223.49º 0.92% 0.23% -
HSV(B) 223.49º 0.96% 0.45% -
XYZ 3.7 2.45 16.2 -
YUV 35.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 5 35 114 0.96 0.69 0 0.55 223.49 0.92 0.23
Hex 5 23 72 60 45 0 37 DF 5C 17
Octal 5 43 162 140 105 0 67 337 134 27
Binary 101 100011 1110010 1100000 1000101 0 110111 11011111 1011100 10111

Color Harmonies of #052372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052372

Black with #052372

Text Example


Text Example

White with #052372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052372; }

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

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

background-color css

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

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

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

border-color css

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

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

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