Html Css Color HEX #0266E9 Navy Blue

📋 copy color: '#0266E9'

red 2 ◦ green 102 ◦ blue 233

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

Shades of Navy Blue #0266E9

Tints of Navy Blue #0266E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 69.14%

R = 0.59%
G = 30.27%
B = 69.14%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0266E9 (or 0x0266E9) is known color: Navy Blue. HEX triplet: 02, 66 and E9. RGB value is (2,102,233). Sum of RGB (Red+Green+Blue) = 2+102+233=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 233 (91.41% from 255 or 69.14% from 337); Max value from RGB is 233 - color contains mainly: blue. Hex color #0266E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0266E9 is #FD9916. Grayscale: #565656. Windows color (decimal): -16619799 or 15296002. OLE color: 15296002.

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

Color convert

RGB 2 102 233 -
CMYK 0.99 0.56 0 0.09
HSL 214.03º 0.98% 0.46% -
HSV(B) 214.03º 0.99% 0.91% -
XYZ 19.48 15.4 79.04 -
YUV 87.03 210.37 67.35 -
System Red Green Blue C M Y K H S L
Decimal 2 102 233 0.99 0.56 0 0.09 214.03 0.98 0.46
Hex 2 66 E9 63 38 0 9 D6 62 2E
Octal 2 146 351 143 70 0 11 326 142 56
Binary 10 1100110 11101001 1100011 111000 0 1001 11010110 1100010 101110

Color Harmonies of #0266E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266E9

Black with #0266E9

Text Example


Text Example

White with #0266E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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