Html Css Color HEX #000266 Navy

📋 copy color: '#000266'

red 0 ◦ green 2 ◦ blue 102

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

Shades of Navy #000266

Tints of Navy #000266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.92%

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

R = 0%
G = 1.92%
B = 98.08%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#000266 (or 0x000266) is known color: Navy. HEX triplet: 00, 02 and 66. RGB value is (0,2,102). Sum of RGB (Red+Green+Blue) = 0+2+102=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 102 (40.23% from 255 or 98.08% from 104); Max value from RGB is 102 - color contains mainly: blue. Hex color #000266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000266 is #FFFD99. Grayscale: #0C0C0C. Windows color (decimal): -16776602 or 6685184. OLE color: 6685184.

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

Color convert

RGB 0 2 102 -
CMYK 1 0.98 0 0.6
HSL 238.82º 1% 0.2% -
HSV(B) 238.82º 1% 0.4% -
XYZ 2.42 1 12.64 -
YUV 12.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 0 2 102 1 0.98 0 0.6 238.82 1 0.2
Hex 0 2 66 64 62 0 3C EF 64 14
Octal 0 2 146 144 142 0 74 357 144 24
Binary 0 10 1100110 1100100 1100010 0 111100 11101111 1100100 10100

Color Harmonies of #000266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000266

Black with #000266

Text Example


Text Example

White with #000266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000266; }

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

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

background-color css

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

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

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

border-color css

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

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

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