Html Css Color HEX #026FF0 Navy Blue

📋 copy color: '#026FF0'

red 2 ◦ green 111 ◦ blue 240

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

Shades of Navy Blue #026FF0

Tints of Navy Blue #026FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.99%

R = 0.57%
G = 31.44%
B = 67.99%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#026FF0 (or 0x026FF0) is known color: Navy Blue. HEX triplet: 02, 6F and F0. RGB value is (2,111,240). Sum of RGB (Red+Green+Blue) = 2+111+240=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 240 (94.14% from 255 or 67.99% from 353); Max value from RGB is 240 - color contains mainly: blue. Hex color #026FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026FF0 is #FD900F. Grayscale: #5C5C5C. Windows color (decimal): -16617488 or 15757058. OLE color: 15757058.

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

Color convert

RGB 2 111 240 -
CMYK 0.99 0.54 0 0.06
HSL 212.52º 0.98% 0.47% -
HSV(B) 212.52º 0.99% 0.94% -
XYZ 21.44 17.67 84.72 -
YUV 93.12 210.89 63.01 -
System Red Green Blue C M Y K H S L
Decimal 2 111 240 0.99 0.54 0 0.06 212.52 0.98 0.47
Hex 2 6F F0 63 36 0 6 D5 62 2F
Octal 2 157 360 143 66 0 6 325 142 57
Binary 10 1101111 11110000 1100011 110110 0 110 11010101 1100010 101111

Color Harmonies of #026FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FF0

Black with #026FF0

Text Example


Text Example

White with #026FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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