Html Css Color HEX #026FE6 Navy Blue

📋 copy color: '#026FE6'

red 2 ◦ green 111 ◦ blue 230

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

Shades of Navy Blue #026FE6

Tints of Navy Blue #026FE6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

 BLUE value IS 230 (90.23% from 255) = 67.06%

R = 0.58%
G = 32.36%
B = 67.06%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#026FE6 (or 0x026FE6) is known color: Navy Blue. HEX triplet: 02, 6F and E6. RGB value is (2,111,230). Sum of RGB (Red+Green+Blue) = 2+111+230=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 230 (90.23% from 255 or 67.06% from 343); Max value from RGB is 230 - color contains mainly: blue. Hex color #026FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026FE6 is #FD9019. Grayscale: #5B5B5B. Windows color (decimal): -16617498 or 15101698. OLE color: 15101698.

HSL color Cylindrical-coordinate representation of color #026FE6: hue angle of 211.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FE6 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 111 230 -
CMYK 0.99 0.52 0 0.10
HSL 211.32º 0.98% 0.45% -
HSV(B) 211.32º 0.99% 0.9% -
XYZ 19.99 17.09 77.11 -
YUV 91.98 205.89 63.82 -
System Red Green Blue C M Y K H S L
Decimal 2 111 230 0.99 0.52 0 0.10 211.32 0.98 0.45
Hex 2 6F E6 63 34 0 A D3 62 2D
Octal 2 157 346 143 64 0 12 323 142 55
Binary 10 1101111 11100110 1100011 110100 0 1010 11010011 1100010 101101

Color Harmonies of #026FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FE6

Black with #026FE6

Text Example


Text Example

White with #026FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,111,230); }

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

background-color css

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

 a { background-color: rgb(2,111,230); }

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

border-color css

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

 span { border-color: rgb(2,111,230); }

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