Html Css Color HEX #052375 Sapphire

📋 copy color: '#052375'

red 5 ◦ green 35 ◦ blue 117

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

Shades of Sapphire #052375

Tints of Sapphire #052375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 74.52%

R = 3.18%
G = 22.29%
B = 74.52%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052375 (or 0x052375) is known color: Sapphire. HEX triplet: 05, 23 and 75. RGB value is (5,35,117). Sum of RGB (Red+Green+Blue) = 5+35+117=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #052375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052375 is #FADC8A. Grayscale: #232323. Windows color (decimal): -16440459 or 7676677. OLE color: 7676677.

HSL color Cylindrical-coordinate representation of color #052375: hue angle of 223.93º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052375 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 35 117 -
CMYK 0.96 0.70 0 0.54
HSL 223.93º 0.92% 0.24% -
HSV(B) 223.93º 0.96% 0.46% -
XYZ 3.87 2.52 17.11 -
YUV 35.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 5 35 117 0.96 0.70 0 0.54 223.93 0.92 0.24
Hex 5 23 75 60 46 0 36 E0 5C 18
Octal 5 43 165 140 106 0 66 340 134 30
Binary 101 100011 1110101 1100000 1000110 0 110110 11100000 1011100 11000

Color Harmonies of #052375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052375

Black with #052375

Text Example


Text Example

White with #052375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052375; }

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

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

background-color css

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

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

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

border-color css

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

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

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