Html Css Color HEX #0266ED Navy Blue

📋 copy color: '#0266ED'

red 2 ◦ green 102 ◦ blue 237

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

Shades of Navy Blue #0266ED

Tints of Navy Blue #0266ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.5%

R = 0.59%
G = 29.91%
B = 69.5%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0266ED (or 0x0266ED) is known color: Navy Blue. HEX triplet: 02, 66 and ED. RGB value is (2,102,237). Sum of RGB (Red+Green+Blue) = 2+102+237=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #0266ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0266ED is #FD9912. Grayscale: #565656. Windows color (decimal): -16619795 or 15558146. OLE color: 15558146.

HSL color Cylindrical-coordinate representation of color #0266ED: hue angle of 214.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266ED is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 102 237 -
CMYK 0.99 0.57 0 0.07
HSL 214.47º 0.98% 0.47% -
HSV(B) 214.47º 0.99% 0.93% -
XYZ 20.06 15.63 82.08 -
YUV 87.49 212.37 67.02 -
System Red Green Blue C M Y K H S L
Decimal 2 102 237 0.99 0.57 0 0.07 214.47 0.98 0.47
Hex 2 66 ED 63 39 0 7 D6 62 2F
Octal 2 146 355 143 71 0 7 326 142 57
Binary 10 1100110 11101101 1100011 111001 0 111 11010110 1100010 101111

Color Harmonies of #0266ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266ED

Black with #0266ED

Text Example


Text Example

White with #0266ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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