Html Css Color HEX #0266FA Navy Blue

📋 copy color: '#0266FA'

red 2 ◦ green 102 ◦ blue 250

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

Shades of Navy Blue #0266FA

Tints of Navy Blue #0266FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 70.62%

R = 0.56%
G = 28.81%
B = 70.62%

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

#0266FA (or 0x0266FA) is known color: Navy Blue. HEX triplet: 02, 66 and FA. RGB value is (2,102,250). Sum of RGB (Red+Green+Blue) = 2+102+250=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #0266FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0266FA is #FD9905. Grayscale: #585858. Windows color (decimal): -16619782 or 16410114. OLE color: 16410114.

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

Color convert

RGB 2 102 250 -
CMYK 0.99 0.59 0 0.02
HSL 215.81º 0.98% 0.49% -
HSV(B) 215.81º 0.99% 0.98% -
XYZ 22.03 16.42 92.45 -
YUV 88.97 218.87 65.97 -
System Red Green Blue C M Y K H S L
Decimal 2 102 250 0.99 0.59 0 0.02 215.81 0.98 0.49
Hex 2 66 FA 63 3B 0 2 D8 62 31
Octal 2 146 372 143 73 0 2 330 142 61
Binary 10 1100110 11111010 1100011 111011 0 10 11011000 1100010 110001

Color Harmonies of #0266FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266FA

Black with #0266FA

Text Example


Text Example

White with #0266FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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