Html Css Color HEX #0266DC Navy Blue

📋 copy color: '#0266DC'

red 2 ◦ green 102 ◦ blue 220

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

Shades of Navy Blue #0266DC

Tints of Navy Blue #0266DC

RGB

 RED value IS 2 (1.17% from 255) = 0.62%

 GREEN value IS 102 (40.23% from 255) = 31.48%

 BLUE value IS 220 (86.33% from 255) = 67.9%

R = 0.62%
G = 31.48%
B = 67.9%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0266DC (or 0x0266DC) is known color: Navy Blue. HEX triplet: 02, 66 and DC. RGB value is (2,102,220). Sum of RGB (Red+Green+Blue) = 2+102+220=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #0266DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266DC is #FD9923. Grayscale: #545454. Windows color (decimal): -16619812 or 14444034. OLE color: 14444034.

HSL color Cylindrical-coordinate representation of color #0266DC: hue angle of 212.48º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266DC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 102 220 -
CMYK 0.99 0.54 0 0.14
HSL 212.48º 0.98% 0.44% -
HSV(B) 212.48º 0.99% 0.86% -
XYZ 17.69 14.68 69.61 -
YUV 85.55 203.87 68.41 -
System Red Green Blue C M Y K H S L
Decimal 2 102 220 0.99 0.54 0 0.14 212.48 0.98 0.44
Hex 2 66 DC 63 36 0 E D4 62 2C
Octal 2 146 334 143 66 0 16 324 142 54
Binary 10 1100110 11011100 1100011 110110 0 1110 11010100 1100010 101100

Color Harmonies of #0266DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266DC

Black with #0266DC

Text Example


Text Example

White with #0266DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0266DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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