Html Css Color HEX #052666 Sapphire

📋 copy color: '#052666'

red 5 ◦ green 38 ◦ blue 102

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

Shades of Sapphire #052666

Tints of Sapphire #052666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

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

R = 3.45%
G = 26.21%
B = 70.34%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#052666 (or 0x052666) is known color: Sapphire. HEX triplet: 05, 26 and 66. RGB value is (5,38,102). Sum of RGB (Red+Green+Blue) = 5+38+102=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #052666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052666 is #FAD999. Grayscale: #232323. Windows color (decimal): -16439706 or 6694405. OLE color: 6694405.

HSL color Cylindrical-coordinate representation of color #052666: hue angle of 219.59º 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 #052666 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 38 102 -
CMYK 0.95 0.63 0 0.6
HSL 219.59º 0.91% 0.21% -
HSV(B) 219.59º 0.95% 0.4% -
XYZ 3.15 2.38 12.86 -
YUV 35.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 5 38 102 0.95 0.63 0 0.6 219.59 0.91 0.21
Hex 5 26 66 5F 3F 0 3C DC 5B 15
Octal 5 46 146 137 77 0 74 334 133 25
Binary 101 100110 1100110 1011111 111111 0 111100 11011100 1011011 10101

Color Harmonies of #052666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052666

Black with #052666

Text Example


Text Example

White with #052666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052666; }

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

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

background-color css

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

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

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

border-color css

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

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

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