Html Css Color HEX #0266EF Navy Blue

📋 copy color: '#0266EF'

red 2 ◦ green 102 ◦ blue 239

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

Shades of Navy Blue #0266EF

Tints of Navy Blue #0266EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.68%

R = 0.58%
G = 29.74%
B = 69.68%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0266EF (or 0x0266EF) is known color: Navy Blue. HEX triplet: 02, 66 and EF. RGB value is (2,102,239). Sum of RGB (Red+Green+Blue) = 2+102+239=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #0266EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0266EF is #FD9910. Grayscale: #575757. Windows color (decimal): -16619793 or 15689218. OLE color: 15689218.

HSL color Cylindrical-coordinate representation of color #0266EF: hue angle of 214.68º 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 #0266EF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 102 239 -
CMYK 0.99 0.57 0 0.06
HSL 214.68º 0.98% 0.47% -
HSV(B) 214.68º 0.99% 0.94% -
XYZ 20.36 15.75 83.63 -
YUV 87.72 213.37 66.86 -
System Red Green Blue C M Y K H S L
Decimal 2 102 239 0.99 0.57 0 0.06 214.68 0.98 0.47
Hex 2 66 EF 63 39 0 6 D7 62 2F
Octal 2 146 357 143 71 0 6 327 142 57
Binary 10 1100110 11101111 1100011 111001 0 110 11010111 1100010 101111

Color Harmonies of #0266EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266EF

Black with #0266EF

Text Example


Text Example

White with #0266EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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