Html Css Color HEX #002966 Sapphire

📋 copy color: '#002966'

red 0 ◦ green 41 ◦ blue 102

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

Shades of Sapphire #002966

Tints of Sapphire #002966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.67%

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

R = 0%
G = 28.67%
B = 71.33%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#002966 (or 0x002966) is known color: Sapphire. HEX triplet: 00, 29 and 66. RGB value is (0,41,102). Sum of RGB (Red+Green+Blue) = 0+41+102=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #002966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002966 is #FFD699. Grayscale: #232323. Windows color (decimal): -16766618 or 6695168. OLE color: 6695168.

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

Color convert

RGB 0 41 102 -
CMYK 1 0.60 0 0.6
HSL 215.88º 1% 0.2% -
HSV(B) 215.88º 1% 0.4% -
XYZ 3.19 2.55 12.89 -
YUV 35.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 0 41 102 1 0.60 0 0.6 215.88 1 0.2
Hex 0 29 66 64 3C 0 3C D8 64 14
Octal 0 51 146 144 74 0 74 330 144 24
Binary 0 101001 1100110 1100100 111100 0 111100 11011000 1100100 10100

Color Harmonies of #002966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002966

Black with #002966

Text Example


Text Example

White with #002966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002966; }

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

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

background-color css

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

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

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

border-color css

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

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

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