Html Css Color HEX #0266FB Navy Blue

📋 copy color: '#0266FB'

red 2 ◦ green 102 ◦ blue 251

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

Shades of Navy Blue #0266FB

Tints of Navy Blue #0266FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.7%

R = 0.56%
G = 28.73%
B = 70.7%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0266FB (or 0x0266FB) is known color: Navy Blue. HEX triplet: 02, 66 and FB. RGB value is (2,102,251). Sum of RGB (Red+Green+Blue) = 2+102+251=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #0266FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0266FB is #FD9904. Grayscale: #585858. Windows color (decimal): -16619781 or 16475650. OLE color: 16475650.

HSL color Cylindrical-coordinate representation of color #0266FB: hue angle of 215.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266FB is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 102 251 -
CMYK 0.99 0.59 0 0.02
HSL 215.9º 0.98% 0.5% -
HSV(B) 215.9º 0.99% 0.98% -
XYZ 22.19 16.48 93.28 -
YUV 89.09 219.37 65.88 -
System Red Green Blue C M Y K H S L
Decimal 2 102 251 0.99 0.59 0 0.02 215.9 0.98 0.5
Hex 2 66 FB 63 3B 0 2 D8 62 32
Octal 2 146 373 143 73 0 2 330 142 62
Binary 10 1100110 11111011 1100011 111011 0 10 11011000 1100010 110010

Color Harmonies of #0266FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266FB

Black with #0266FB

Text Example


Text Example

White with #0266FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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