Html Css Color HEX #002266 Sapphire

📋 copy color: '#002266'

red 0 ◦ green 34 ◦ blue 102

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

Shades of Sapphire #002266

Tints of Sapphire #002266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25%

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

R = 0%
G = 25%
B = 75%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#002266 (or 0x002266) is known color: Sapphire. HEX triplet: 00, 22 and 66. RGB value is (0,34,102). Sum of RGB (Red+Green+Blue) = 0+34+102=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #002266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002266 is #FFDD99. Grayscale: #1F1F1F. Windows color (decimal): -16768410 or 6693376. OLE color: 6693376.

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

Color convert

RGB 0 34 102 -
CMYK 1 0.67 0 0.6
HSL 220º 1% 0.2% -
HSV(B) 220º 1% 0.4% -
XYZ 2.97 2.1 12.82 -
YUV 31.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 0 34 102 1 0.67 0 0.6 220 1 0.2
Hex 0 22 66 64 43 0 3C DC 64 14
Octal 0 42 146 144 103 0 74 334 144 24
Binary 0 100010 1100110 1100100 1000011 0 111100 11011100 1100100 10100

Color Harmonies of #002266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002266

Black with #002266

Text Example


Text Example

White with #002266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002266; }

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

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

background-color css

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

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

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

border-color css

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

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

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