Html Css Color HEX #026DEB Navy Blue

📋 copy color: '#026DEB'

red 2 ◦ green 109 ◦ blue 235

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

Shades of Navy Blue #026DEB

Tints of Navy Blue #026DEB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

 BLUE value IS 235 (92.19% from 255) = 67.92%

R = 0.58%
G = 31.5%
B = 67.92%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#026DEB (or 0x026DEB) is known color: Navy Blue. HEX triplet: 02, 6D and EB. RGB value is (2,109,235). Sum of RGB (Red+Green+Blue) = 2+109+235=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #026DEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026DEB is #FD9214. Grayscale: #5A5A5A. Windows color (decimal): -16618005 or 15428866. OLE color: 15428866.

HSL color Cylindrical-coordinate representation of color #026DEB: hue angle of 212.45º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026DEB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 109 235 -
CMYK 0.99 0.54 0 0.08
HSL 212.45º 0.98% 0.46% -
HSV(B) 212.45º 0.99% 0.92% -
XYZ 20.49 16.95 80.79 -
YUV 91.37 209.05 64.25 -
System Red Green Blue C M Y K H S L
Decimal 2 109 235 0.99 0.54 0 0.08 212.45 0.98 0.46
Hex 2 6D EB 63 36 0 8 D4 62 2E
Octal 2 155 353 143 66 0 10 324 142 56
Binary 10 1101101 11101011 1100011 110110 0 1000 11010100 1100010 101110

Color Harmonies of #026DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026DEB

Black with #026DEB

Text Example


Text Example

White with #026DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026DEB; }

 p { color: rgb(2,109,235); }

 H1.HeaderClassName
 {
   color: #026DEB;
 }
 .AnyTagClassName
 {
   color: #026DEB;
 }
</style>

background-color css

<style>
 a { background-color: #026DEB; }

 a { background-color: rgb(2,109,235); }

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

border-color css

<style>
 span { border-color: #026DEB; }

 span { border-color: rgb(2,109,235); }

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