Html Css Color HEX #0266EB Navy Blue

📋 copy color: '#0266EB'

red 2 ◦ green 102 ◦ blue 235

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

Shades of Navy Blue #0266EB

Tints of Navy Blue #0266EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.32%

R = 0.59%
G = 30.09%
B = 69.32%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0266EB (or 0x0266EB) is known color: Navy Blue. HEX triplet: 02, 66 and EB. RGB value is (2,102,235). Sum of RGB (Red+Green+Blue) = 2+102+235=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #0266EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0266EB is #FD9914. Grayscale: #565656. Windows color (decimal): -16619797 or 15427074. OLE color: 15427074.

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

Color convert

RGB 2 102 235 -
CMYK 0.99 0.57 0 0.08
HSL 214.25º 0.98% 0.46% -
HSV(B) 214.25º 0.99% 0.92% -
XYZ 19.77 15.51 80.55 -
YUV 87.26 211.37 67.19 -
System Red Green Blue C M Y K H S L
Decimal 2 102 235 0.99 0.57 0 0.08 214.25 0.98 0.46
Hex 2 66 EB 63 39 0 8 D6 62 2E
Octal 2 146 353 143 71 0 10 326 142 56
Binary 10 1100110 11101011 1100011 111001 0 1000 11010110 1100010 101110

Color Harmonies of #0266EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266EB

Black with #0266EB

Text Example


Text Example

White with #0266EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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