Html Css Color HEX #052175 Sapphire

📋 copy color: '#052175'

red 5 ◦ green 33 ◦ blue 117

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

Shades of Sapphire #052175

Tints of Sapphire #052175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 3.23%
G = 21.29%
B = 75.48%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052175 (or 0x052175) is known color: Sapphire. HEX triplet: 05, 21 and 75. RGB value is (5,33,117). Sum of RGB (Red+Green+Blue) = 5+33+117=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #052175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052175 is #FADE8A. Grayscale: #212121. Windows color (decimal): -16440971 or 7676165. OLE color: 7676165.

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

Color convert

RGB 5 33 117 -
CMYK 0.96 0.72 0 0.54
HSL 225º 0.92% 0.24% -
HSV(B) 225º 0.96% 0.46% -
XYZ 3.82 2.4 17.09 -
YUV 34.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 5 33 117 0.96 0.72 0 0.54 225 0.92 0.24
Hex 5 21 75 60 48 0 36 E1 5C 18
Octal 5 41 165 140 110 0 66 341 134 30
Binary 101 100001 1110101 1100000 1001000 0 110110 11100001 1011100 11000

Color Harmonies of #052175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052175

Black with #052175

Text Example


Text Example

White with #052175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052175; }

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

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

background-color css

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

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

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

border-color css

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

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

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