Html Css Color HEX #0266F0 Navy Blue

📋 copy color: '#0266F0'

red 2 ◦ green 102 ◦ blue 240

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

Shades of Navy Blue #0266F0

Tints of Navy Blue #0266F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 69.77%

R = 0.58%
G = 29.65%
B = 69.77%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0266F0 (or 0x0266F0) is known color: Navy Blue. HEX triplet: 02, 66 and F0. RGB value is (2,102,240). Sum of RGB (Red+Green+Blue) = 2+102+240=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 240 (94.14% from 255 or 69.77% from 344); Max value from RGB is 240 - color contains mainly: blue. Hex color #0266F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0266F0 is #FD990F. Grayscale: #575757. Windows color (decimal): -16619792 or 15754754. OLE color: 15754754.

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

Color convert

RGB 2 102 240 -
CMYK 0.99 0.58 0 0.06
HSL 214.79º 0.98% 0.47% -
HSV(B) 214.79º 0.99% 0.94% -
XYZ 20.5 15.81 84.41 -
YUV 87.83 213.87 66.78 -
System Red Green Blue C M Y K H S L
Decimal 2 102 240 0.99 0.58 0 0.06 214.79 0.98 0.47
Hex 2 66 F0 63 3A 0 6 D7 62 2F
Octal 2 146 360 143 72 0 6 327 142 57
Binary 10 1100110 11110000 1100011 111010 0 110 11010111 1100010 101111

Color Harmonies of #0266F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266F0

Black with #0266F0

Text Example


Text Example

White with #0266F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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