Html Css Color HEX #052360 Sapphire

📋 copy color: '#052360'

red 5 ◦ green 35 ◦ blue 96

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

Shades of Sapphire #052360

Tints of Sapphire #052360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 70.59%

R = 3.68%
G = 25.74%
B = 70.59%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#052360 (or 0x052360) is known color: Sapphire. HEX triplet: 05, 23 and 60. RGB value is (5,35,96). Sum of RGB (Red+Green+Blue) = 5+35+96=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #052360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052360 is #FADC9F. Grayscale: #202020. Windows color (decimal): -16440480 or 6300421. OLE color: 6300421.

HSL color Cylindrical-coordinate representation of color #052360: hue angle of 220.22º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052360 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 35 96 -
CMYK 0.95 0.64 0 0.62
HSL 220.22º 0.9% 0.2% -
HSV(B) 220.22º 0.95% 0.38% -
XYZ 2.77 2.08 11.32 -
YUV 32.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 5 35 96 0.95 0.64 0 0.62 220.22 0.9 0.2
Hex 5 23 60 5F 40 0 3E DC 5A 14
Octal 5 43 140 137 100 0 76 334 132 24
Binary 101 100011 1100000 1011111 1000000 0 111110 11011100 1011010 10100

Color Harmonies of #052360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052360

Black with #052360

Text Example


Text Example

White with #052360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052360; }

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

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

background-color css

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

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

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

border-color css

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

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

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