Html Css Color HEX #052875 Sapphire

📋 copy color: '#052875'

red 5 ◦ green 40 ◦ blue 117

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

Shades of Sapphire #052875

Tints of Sapphire #052875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.69%

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

R = 3.09%
G = 24.69%
B = 72.22%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052875 (or 0x052875) is known color: Sapphire. HEX triplet: 05, 28 and 75. RGB value is (5,40,117). Sum of RGB (Red+Green+Blue) = 5+40+117=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #052875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052875 is #FAD78A. Grayscale: #252525. Windows color (decimal): -16439179 or 7677957. OLE color: 7677957.

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

Color convert

RGB 5 40 117 -
CMYK 0.96 0.66 0 0.54
HSL 221.25º 0.92% 0.24% -
HSV(B) 221.25º 0.96% 0.46% -
XYZ 4.03 2.83 17.16 -
YUV 38.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 5 40 117 0.96 0.66 0 0.54 221.25 0.92 0.24
Hex 5 28 75 60 42 0 36 DD 5C 18
Octal 5 50 165 140 102 0 66 335 134 30
Binary 101 101000 1110101 1100000 1000010 0 110110 11011101 1011100 11000

Color Harmonies of #052875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052875

Black with #052875

Text Example


Text Example

White with #052875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052875; }

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

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

background-color css

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

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

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

border-color css

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

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

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