Html Css Color HEX #052F76 Sapphire

📋 copy color: '#052F76'

red 5 ◦ green 47 ◦ blue 118

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

Shades of Sapphire #052F76

Tints of Sapphire #052F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.65%

 BLUE value IS 118 (46.48% from 255) = 69.41%

R = 2.94%
G = 27.65%
B = 69.41%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052F76 (or 0x052F76) is known color: Sapphire. HEX triplet: 05, 2F and 76. RGB value is (5,47,118). Sum of RGB (Red+Green+Blue) = 5+47+118=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #052F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F76 is #FAD089. Grayscale: #2A2A2A. Windows color (decimal): -16437386 or 7745285. OLE color: 7745285.

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

Color convert

RGB 5 47 118 -
CMYK 0.96 0.60 0 0.54
HSL 217.7º 0.92% 0.24% -
HSV(B) 217.7º 0.96% 0.46% -
XYZ 4.35 3.37 17.56 -
YUV 42.54 170.59 101.23 -
System Red Green Blue C M Y K H S L
Decimal 5 47 118 0.96 0.60 0 0.54 217.7 0.92 0.24
Hex 5 2F 76 60 3C 0 36 DA 5C 18
Octal 5 57 166 140 74 0 66 332 134 30
Binary 101 101111 1110110 1100000 111100 0 110110 11011010 1011100 11000

Color Harmonies of #052F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F76

Black with #052F76

Text Example


Text Example

White with #052F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,47,118); }

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

background-color css

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

 a { background-color: rgb(5,47,118); }

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

border-color css

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

 span { border-color: rgb(5,47,118); }

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