Html Css Color HEX #052566 Sapphire

📋 copy color: '#052566'

red 5 ◦ green 37 ◦ blue 102

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

Shades of Sapphire #052566

Tints of Sapphire #052566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.69%

 BLUE value IS 102 (40.23% from 255) = 70.83%

R = 3.47%
G = 25.69%
B = 70.83%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#052566 (or 0x052566) is known color: Sapphire. HEX triplet: 05, 25 and 66. RGB value is (5,37,102). Sum of RGB (Red+Green+Blue) = 5+37+102=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #052566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052566 is #FADA99. Grayscale: #222222. Windows color (decimal): -16439962 or 6694149. OLE color: 6694149.

HSL color Cylindrical-coordinate representation of color #052566: hue angle of 220.21º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052566 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 37 102 -
CMYK 0.95 0.64 0 0.6
HSL 220.21º 0.91% 0.21% -
HSV(B) 220.21º 0.95% 0.4% -
XYZ 3.12 2.31 12.85 -
YUV 34.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 5 37 102 0.95 0.64 0 0.6 220.21 0.91 0.21
Hex 5 25 66 5F 40 0 3C DC 5B 15
Octal 5 45 146 137 100 0 74 334 133 25
Binary 101 100101 1100110 1011111 1000000 0 111100 11011100 1011011 10101

Color Harmonies of #052566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052566

Black with #052566

Text Example


Text Example

White with #052566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052566; }

 p { color: rgb(5,37,102); }

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

background-color css

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

 a { background-color: rgb(5,37,102); }

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

border-color css

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

 span { border-color: rgb(5,37,102); }

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