Html Css Color HEX #052D75 Sapphire

📋 copy color: '#052D75'

red 5 ◦ green 45 ◦ blue 117

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

Shades of Sapphire #052D75

Tints of Sapphire #052D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.95%

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

R = 2.99%
G = 26.95%
B = 70.06%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052D75 (or 0x052D75) is known color: Sapphire. HEX triplet: 05, 2D and 75. RGB value is (5,45,117). Sum of RGB (Red+Green+Blue) = 5+45+117=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #052D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D75 is #FAD28A. Grayscale: #282828. Windows color (decimal): -16437899 or 7679237. OLE color: 7679237.

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

Color convert

RGB 5 45 117 -
CMYK 0.96 0.62 0 0.54
HSL 218.57º 0.92% 0.24% -
HSV(B) 218.57º 0.96% 0.46% -
XYZ 4.21 3.19 17.22 -
YUV 41.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 5 45 117 0.96 0.62 0 0.54 218.57 0.92 0.24
Hex 5 2D 75 60 3E 0 36 DB 5C 18
Octal 5 55 165 140 76 0 66 333 134 30
Binary 101 101101 1110101 1100000 111110 0 110110 11011011 1011100 11000

Color Harmonies of #052D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D75

Black with #052D75

Text Example


Text Example

White with #052D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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