Html Css Color HEX #0266CB Navy Blue

📋 copy color: '#0266CB'

red 2 ◦ green 102 ◦ blue 203

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

Shades of Navy Blue #0266CB

Tints of Navy Blue #0266CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.12%

R = 0.65%
G = 33.22%
B = 66.12%

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

#0266CB (or 0x0266CB) is known color: Navy Blue. HEX triplet: 02, 66 and CB. RGB value is (2,102,203). Sum of RGB (Red+Green+Blue) = 2+102+203=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #0266CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266CB is #FD9934. Grayscale: #535353. Windows color (decimal): -16619829 or 13329922. OLE color: 13329922.

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

Color convert

RGB 2 102 203 -
CMYK 0.99 0.50 0 0.20
HSL 210.15º 0.98% 0.4% -
HSV(B) 210.15º 0.99% 0.8% -
XYZ 15.56 13.83 58.35 -
YUV 83.61 195.37 69.79 -
System Red Green Blue C M Y K H S L
Decimal 2 102 203 0.99 0.50 0 0.20 210.15 0.98 0.4
Hex 2 66 CB 63 32 0 14 D2 62 28
Octal 2 146 313 143 62 0 24 322 142 50
Binary 10 1100110 11001011 1100011 110010 0 10100 11010010 1100010 101000

Color Harmonies of #0266CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266CB

Black with #0266CB

Text Example


Text Example

White with #0266CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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