Html Css Color HEX #0266DE Navy Blue

📋 copy color: '#0266DE'

red 2 ◦ green 102 ◦ blue 222

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

Shades of Navy Blue #0266DE

Tints of Navy Blue #0266DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.1%

R = 0.61%
G = 31.29%
B = 68.1%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0266DE (or 0x0266DE) is known color: Navy Blue. HEX triplet: 02, 66 and DE. RGB value is (2,102,222). Sum of RGB (Red+Green+Blue) = 2+102+222=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #0266DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266DE is #FD9921. Grayscale: #555555. Windows color (decimal): -16619810 or 14575106. OLE color: 14575106.

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

Color convert

RGB 2 102 222 -
CMYK 0.99 0.54 0 0.13
HSL 212.73º 0.98% 0.44% -
HSV(B) 212.73º 0.99% 0.87% -
XYZ 17.96 14.79 71.02 -
YUV 85.78 204.87 68.24 -
System Red Green Blue C M Y K H S L
Decimal 2 102 222 0.99 0.54 0 0.13 212.73 0.98 0.44
Hex 2 66 DE 63 36 0 D D5 62 2C
Octal 2 146 336 143 66 0 15 325 142 54
Binary 10 1100110 11011110 1100011 110110 0 1101 11010101 1100010 101100

Color Harmonies of #0266DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266DE

Black with #0266DE

Text Example


Text Example

White with #0266DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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