Html Css Color HEX #052260 Sapphire

📋 copy color: '#052260'

red 5 ◦ green 34 ◦ blue 96

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

Shades of Sapphire #052260

Tints of Sapphire #052260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

 BLUE value IS 96 (37.89% from 255) = 71.11%

R = 3.7%
G = 25.19%
B = 71.11%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#052260 (or 0x052260) is known color: Sapphire. HEX triplet: 05, 22 and 60. RGB value is (5,34,96). Sum of RGB (Red+Green+Blue) = 5+34+96=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #052260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052260 is #FADD9F. Grayscale: #202020. Windows color (decimal): -16440736 or 6300165. OLE color: 6300165.

HSL color Cylindrical-coordinate representation of color #052260: hue angle of 220.88º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052260 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 34 96 -
CMYK 0.95 0.65 0 0.62
HSL 220.88º 0.9% 0.2% -
HSV(B) 220.88º 0.95% 0.38% -
XYZ 2.75 2.02 11.31 -
YUV 32.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 5 34 96 0.95 0.65 0 0.62 220.88 0.9 0.2
Hex 5 22 60 5F 41 0 3E DD 5A 14
Octal 5 42 140 137 101 0 76 335 132 24
Binary 101 100010 1100000 1011111 1000001 0 111110 11011101 1011010 10100

Color Harmonies of #052260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052260

Black with #052260

Text Example


Text Example

White with #052260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052260; }

 p { color: rgb(5,34,96); }

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

background-color css

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

 a { background-color: rgb(5,34,96); }

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

border-color css

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

 span { border-color: rgb(5,34,96); }

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