Html Css Color HEX #001966 Sapphire

📋 copy color: '#001966'

red 0 ◦ green 25 ◦ blue 102

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

Shades of Sapphire #001966

Tints of Sapphire #001966

RGB

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

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

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

R = 0%
G = 19.69%
B = 80.31%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#001966 (or 0x001966) is known color: Sapphire. HEX triplet: 00, 19 and 66. RGB value is (0,25,102). Sum of RGB (Red+Green+Blue) = 0+25+102=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 102 (40.23% from 255 or 80.31% from 127); Max value from RGB is 102 - color contains mainly: blue. Hex color #001966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001966 is #FFE699. Grayscale: #191919. Windows color (decimal): -16770714 or 6691072. OLE color: 6691072.

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

Color convert

RGB 0 25 102 -
CMYK 1 0.75 0 0.6
HSL 225.29º 1% 0.2% -
HSV(B) 225.29º 1% 0.4% -
XYZ 2.75 1.65 12.75 -
YUV 26.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 0 25 102 1 0.75 0 0.6 225.29 1 0.2
Hex 0 19 66 64 4B 0 3C E1 64 14
Octal 0 31 146 144 113 0 74 341 144 24
Binary 0 11001 1100110 1100100 1001011 0 111100 11100001 1100100 10100

Color Harmonies of #001966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001966

Black with #001966

Text Example


Text Example

White with #001966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001966; }

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

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

background-color css

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

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

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

border-color css

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

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

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