Html Css Color HEX #052370 Sapphire

📋 copy color: '#052370'

red 5 ◦ green 35 ◦ blue 112

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

Shades of Sapphire #052370

Tints of Sapphire #052370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 73.68%

R = 3.29%
G = 23.03%
B = 73.68%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052370 (or 0x052370) is known color: Sapphire. HEX triplet: 05, 23 and 70. RGB value is (5,35,112). Sum of RGB (Red+Green+Blue) = 5+35+112=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #052370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052370 is #FADC8F. Grayscale: #222222. Windows color (decimal): -16440464 or 7348997. OLE color: 7348997.

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

Color convert

RGB 5 35 112 -
CMYK 0.96 0.69 0 0.56
HSL 223.18º 0.91% 0.23% -
HSV(B) 223.18º 0.96% 0.44% -
XYZ 3.59 2.4 15.6 -
YUV 34.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 5 35 112 0.96 0.69 0 0.56 223.18 0.91 0.23
Hex 5 23 70 60 45 0 38 DF 5B 17
Octal 5 43 160 140 105 0 70 337 133 27
Binary 101 100011 1110000 1100000 1000101 0 111000 11011111 1011011 10111

Color Harmonies of #052370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052370

Black with #052370

Text Example


Text Example

White with #052370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052370; }

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

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

background-color css

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

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

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

border-color css

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

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

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