Html Css Color HEX #026AF2 Navy Blue

📋 copy color: '#026AF2'

red 2 ◦ green 106 ◦ blue 242

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

Shades of Navy Blue #026AF2

Tints of Navy Blue #026AF2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

 BLUE value IS 242 (94.92% from 255) = 69.14%

R = 0.57%
G = 30.29%
B = 69.14%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#026AF2 (or 0x026AF2) is known color: Navy Blue. HEX triplet: 02, 6A and F2. RGB value is (2,106,242). Sum of RGB (Red+Green+Blue) = 2+106+242=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 242 (94.92% from 255 or 69.14% from 350); Max value from RGB is 242 - color contains mainly: blue. Hex color #026AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026AF2 is #FD950D. Grayscale: #595959. Windows color (decimal): -16618766 or 15886850. OLE color: 15886850.

HSL color Cylindrical-coordinate representation of color #026AF2: hue angle of 214º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026AF2 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 106 242 -
CMYK 0.99 0.56 0 0.05
HSL 214º 0.98% 0.48% -
HSV(B) 214º 0.99% 0.95% -
XYZ 21.21 16.73 86.12 -
YUV 90.41 213.54 64.94 -
System Red Green Blue C M Y K H S L
Decimal 2 106 242 0.99 0.56 0 0.05 214 0.98 0.48
Hex 2 6A F2 63 38 0 5 D6 62 30
Octal 2 152 362 143 70 0 5 326 142 60
Binary 10 1101010 11110010 1100011 111000 0 101 11010110 1100010 110000

Color Harmonies of #026AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026AF2

Black with #026AF2

Text Example


Text Example

White with #026AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,106,242); }

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

background-color css

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

 a { background-color: rgb(2,106,242); }

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

border-color css

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

 span { border-color: rgb(2,106,242); }

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