Html Css Color HEX #002166 Sapphire

📋 copy color: '#002166'

red 0 ◦ green 33 ◦ blue 102

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

Shades of Sapphire #002166

Tints of Sapphire #002166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

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

R = 0%
G = 24.44%
B = 75.56%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#002166 (or 0x002166) is known color: Sapphire. HEX triplet: 00, 21 and 66. RGB value is (0,33,102). Sum of RGB (Red+Green+Blue) = 0+33+102=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 102 (40.23% from 255 or 75.56% from 135); Max value from RGB is 102 - color contains mainly: blue. Hex color #002166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002166 is #FFDE99. Grayscale: #1E1E1E. Windows color (decimal): -16768666 or 6693120. OLE color: 6693120.

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

Color convert

RGB 0 33 102 -
CMYK 1 0.68 0 0.6
HSL 220.59º 1% 0.2% -
HSV(B) 220.59º 1% 0.4% -
XYZ 2.94 2.05 12.81 -
YUV 31 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 0 33 102 1 0.68 0 0.6 220.59 1 0.2
Hex 0 21 66 64 44 0 3C DD 64 14
Octal 0 41 146 144 104 0 74 335 144 24
Binary 0 100001 1100110 1100100 1000100 0 111100 11011101 1100100 10100

Color Harmonies of #002166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002166

Black with #002166

Text Example


Text Example

White with #002166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002166; }

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

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

background-color css

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

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

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

border-color css

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

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

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