Html Css Color HEX #026FE9 Navy Blue

📋 copy color: '#026FE9'

red 2 ◦ green 111 ◦ blue 233

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

Shades of Navy Blue #026FE9

Tints of Navy Blue #026FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 67.34%

R = 0.58%
G = 32.08%
B = 67.34%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#026FE9 (or 0x026FE9) is known color: Navy Blue. HEX triplet: 02, 6F and E9. RGB value is (2,111,233). Sum of RGB (Red+Green+Blue) = 2+111+233=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 233 (91.41% from 255 or 67.34% from 346); Max value from RGB is 233 - color contains mainly: blue. Hex color #026FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026FE9 is #FD9016. Grayscale: #5B5B5B. Windows color (decimal): -16617495 or 15298306. OLE color: 15298306.

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

Color convert

RGB 2 111 233 -
CMYK 0.99 0.52 0 0.09
HSL 211.69º 0.98% 0.46% -
HSV(B) 211.69º 0.99% 0.91% -
XYZ 20.42 17.26 79.35 -
YUV 92.32 207.39 63.58 -
System Red Green Blue C M Y K H S L
Decimal 2 111 233 0.99 0.52 0 0.09 211.69 0.98 0.46
Hex 2 6F E9 63 34 0 9 D4 62 2E
Octal 2 157 351 143 64 0 11 324 142 56
Binary 10 1101111 11101001 1100011 110100 0 1001 11010100 1100010 101110

Color Harmonies of #026FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FE9

Black with #026FE9

Text Example


Text Example

White with #026FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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