Html Css Color HEX #002066 Sapphire

📋 copy color: '#002066'

red 0 ◦ green 32 ◦ blue 102

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

Shades of Sapphire #002066

Tints of Sapphire #002066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

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

R = 0%
G = 23.88%
B = 76.12%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#002066 (or 0x002066) is known color: Sapphire. HEX triplet: 00, 20 and 66. RGB value is (0,32,102). Sum of RGB (Red+Green+Blue) = 0+32+102=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #002066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002066 is #FFDF99. Grayscale: #1E1E1E. Windows color (decimal): -16768922 or 6692864. OLE color: 6692864.

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

Color convert

RGB 0 32 102 -
CMYK 1 0.69 0 0.6
HSL 221.18º 1% 0.2% -
HSV(B) 221.18º 1% 0.4% -
XYZ 2.91 1.99 12.8 -
YUV 30.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 0 32 102 1 0.69 0 0.6 221.18 1 0.2
Hex 0 20 66 64 45 0 3C DD 64 14
Octal 0 40 146 144 105 0 74 335 144 24
Binary 0 100000 1100110 1100100 1000101 0 111100 11011101 1100100 10100

Color Harmonies of #002066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002066

Black with #002066

Text Example


Text Example

White with #002066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002066; }

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

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

background-color css

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

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

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

border-color css

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

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

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