Html Css Color HEX #001960 Sapphire

📋 copy color: '#001960'

red 0 ◦ green 25 ◦ blue 96

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

Shades of Sapphire #001960

Tints of Sapphire #001960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.66%

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

R = 0%
G = 20.66%
B = 79.34%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001960 (or 0x001960) is known color: Sapphire. HEX triplet: 00, 19 and 60. RGB value is (0,25,96). Sum of RGB (Red+Green+Blue) = 0+25+96=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #001960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001960 is #FFE69F. Grayscale: #191919. Windows color (decimal): -16770720 or 6297856. OLE color: 6297856.

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

Color convert

RGB 0 25 96 -
CMYK 1 0.74 0 0.62
HSL 224.38º 1% 0.19% -
HSV(B) 224.38º 1% 0.38% -
XYZ 2.46 1.54 11.23 -
YUV 25.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 0 25 96 1 0.74 0 0.62 224.38 1 0.19
Hex 0 19 60 64 4A 0 3E E0 64 13
Octal 0 31 140 144 112 0 76 340 144 23
Binary 0 11001 1100000 1100100 1001010 0 111110 11100000 1100100 10011

Color Harmonies of #001960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001960

Black with #001960

Text Example


Text Example

White with #001960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001960; }

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

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

background-color css

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

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

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

border-color css

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

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

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