Html Css Color HEX #052B76 Sapphire

📋 copy color: '#052B76'

red 5 ◦ green 43 ◦ blue 118

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

Shades of Sapphire #052B76

Tints of Sapphire #052B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.9%

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

R = 3.01%
G = 25.9%
B = 71.08%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052B76 (or 0x052B76) is known color: Sapphire. HEX triplet: 05, 2B and 76. RGB value is (5,43,118). Sum of RGB (Red+Green+Blue) = 5+43+118=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #052B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B76 is #FAD489. Grayscale: #272727. Windows color (decimal): -16438410 or 7744261. OLE color: 7744261.

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

Color convert

RGB 5 43 118 -
CMYK 0.96 0.64 0 0.54
HSL 219.82º 0.92% 0.24% -
HSV(B) 219.82º 0.96% 0.46% -
XYZ 4.2 3.07 17.51 -
YUV 40.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 5 43 118 0.96 0.64 0 0.54 219.82 0.92 0.24
Hex 5 2B 76 60 40 0 36 DC 5C 18
Octal 5 53 166 140 100 0 66 334 134 30
Binary 101 101011 1110110 1100000 1000000 0 110110 11011100 1011100 11000

Color Harmonies of #052B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B76

Black with #052B76

Text Example


Text Example

White with #052B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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