Html Css Color HEX #001860 Sapphire

📋 copy color: '#001860'

red 0 ◦ green 24 ◦ blue 96

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

Shades of Sapphire #001860

Tints of Sapphire #001860

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 20%
B = 80%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001860 (or 0x001860) is known color: Sapphire. HEX triplet: 00, 18 and 60. RGB value is (0,24,96). Sum of RGB (Red+Green+Blue) = 0+24+96=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #001860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001860 is #FFE79F. Grayscale: #181818. Windows color (decimal): -16770976 or 6297600. OLE color: 6297600.

HSL color Cylindrical-coordinate representation of color #001860: hue angle of 225º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001860 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 24 96 -
CMYK 1 0.75 0 0.62
HSL 225º 1% 0.19% -
HSV(B) 225º 1% 0.38% -
XYZ 2.44 1.5 11.23 -
YUV 25.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 0 24 96 1 0.75 0 0.62 225 1 0.19
Hex 0 18 60 64 4B 0 3E E1 64 13
Octal 0 30 140 144 113 0 76 341 144 23
Binary 0 11000 1100000 1100100 1001011 0 111110 11100001 1100100 10011

Color Harmonies of #001860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001860

Black with #001860

Text Example


Text Example

White with #001860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001860; }

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

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

background-color css

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

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

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

border-color css

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

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

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