Html Css Color HEX #0266CD Navy Blue

📋 copy color: '#0266CD'

red 2 ◦ green 102 ◦ blue 205

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

Shades of Navy Blue #0266CD

Tints of Navy Blue #0266CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.34%

R = 0.65%
G = 33.01%
B = 66.34%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0266CD (or 0x0266CD) is known color: Navy Blue. HEX triplet: 02, 66 and CD. RGB value is (2,102,205). Sum of RGB (Red+Green+Blue) = 2+102+205=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #0266CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266CD is #FD9932. Grayscale: #535353. Windows color (decimal): -16619827 or 13460994. OLE color: 13460994.

HSL color Cylindrical-coordinate representation of color #0266CD: hue angle of 210.44º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266CD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 102 205 -
CMYK 0.99 0.50 0 0.20
HSL 210.44º 0.98% 0.41% -
HSV(B) 210.44º 0.99% 0.8% -
XYZ 15.8 13.92 59.61 -
YUV 83.84 196.37 69.62 -
System Red Green Blue C M Y K H S L
Decimal 2 102 205 0.99 0.50 0 0.20 210.44 0.98 0.41
Hex 2 66 CD 63 32 0 14 D2 62 29
Octal 2 146 315 143 62 0 24 322 142 51
Binary 10 1100110 11001101 1100011 110010 0 10100 11010010 1100010 101001

Color Harmonies of #0266CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266CD

Black with #0266CD

Text Example


Text Example

White with #0266CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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