Html Css Color HEX #051860 Sapphire

📋 copy color: '#051860'

red 5 ◦ green 24 ◦ blue 96

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

Shades of Sapphire #051860

Tints of Sapphire #051860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.2%

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

R = 4%
G = 19.2%
B = 76.8%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#051860 (or 0x051860) is known color: Sapphire. HEX triplet: 05, 18 and 60. RGB value is (5,24,96). Sum of RGB (Red+Green+Blue) = 5+24+96=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 96 (37.89% from 255 or 76.8% from 125); Max value from RGB is 96 - color contains mainly: blue. Hex color #051860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051860 is #FAE79F. Grayscale: #1A1A1A. Windows color (decimal): -16443296 or 6297605. OLE color: 6297605.

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

Color convert

RGB 5 24 96 -
CMYK 0.95 0.75 0 0.62
HSL 227.47º 0.9% 0.2% -
HSV(B) 227.47º 0.95% 0.38% -
XYZ 2.5 1.53 11.23 -
YUV 26.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 5 24 96 0.95 0.75 0 0.62 227.47 0.9 0.2
Hex 5 18 60 5F 4B 0 3E E3 5A 14
Octal 5 30 140 137 113 0 76 343 132 24
Binary 101 11000 1100000 1011111 1001011 0 111110 11100011 1011010 10100

Color Harmonies of #051860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051860

Black with #051860

Text Example


Text Example

White with #051860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051860; }

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

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

background-color css

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

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

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

border-color css

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

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

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