Html Css Color HEX #052C75 Sapphire

📋 copy color: '#052C75'

red 5 ◦ green 44 ◦ blue 117

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

Shades of Sapphire #052C75

Tints of Sapphire #052C75

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.51%

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

R = 3.01%
G = 26.51%
B = 70.48%

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

#052C75 (or 0x052C75) is known color: Sapphire. HEX triplet: 05, 2C and 75. RGB value is (5,44,117). Sum of RGB (Red+Green+Blue) = 5+44+117=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #052C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C75 is #FAD38A. Grayscale: #282828. Windows color (decimal): -16438155 or 7678981. OLE color: 7678981.

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

Color convert

RGB 5 44 117 -
CMYK 0.96 0.62 0 0.54
HSL 219.11º 0.92% 0.24% -
HSV(B) 219.11º 0.96% 0.46% -
XYZ 4.17 3.12 17.21 -
YUV 40.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 5 44 117 0.96 0.62 0 0.54 219.11 0.92 0.24
Hex 5 2C 75 60 3E 0 36 DB 5C 18
Octal 5 54 165 140 76 0 66 333 134 30
Binary 101 101100 1110101 1100000 111110 0 110110 11011011 1011100 11000

Color Harmonies of #052C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C75

Black with #052C75

Text Example


Text Example

White with #052C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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