Html Css Color HEX #026BF2 Navy Blue

📋 copy color: '#026BF2'

red 2 ◦ green 107 ◦ blue 242

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

Shades of Navy Blue #026BF2

Tints of Navy Blue #026BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

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

R = 0.57%
G = 30.48%
B = 68.95%

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

#026BF2 (or 0x026BF2) is known color: Navy Blue. HEX triplet: 02, 6B and F2. RGB value is (2,107,242). Sum of RGB (Red+Green+Blue) = 2+107+242=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 242 (94.92% from 255 or 68.95% from 351); Max value from RGB is 242 - color contains mainly: blue. Hex color #026BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026BF2 is #FD940D. Grayscale: #5A5A5A. Windows color (decimal): -16618510 or 15887106. OLE color: 15887106.

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

Color convert

RGB 2 107 242 -
CMYK 0.99 0.56 0 0.05
HSL 213.75º 0.98% 0.48% -
HSV(B) 213.75º 0.99% 0.95% -
XYZ 21.31 16.94 86.15 -
YUV 91 213.21 64.52 -
System Red Green Blue C M Y K H S L
Decimal 2 107 242 0.99 0.56 0 0.05 213.75 0.98 0.48
Hex 2 6B F2 63 38 0 5 D6 62 30
Octal 2 153 362 143 70 0 5 326 142 60
Binary 10 1101011 11110010 1100011 111000 0 101 11010110 1100010 110000

Color Harmonies of #026BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026BF2

Black with #026BF2

Text Example


Text Example

White with #026BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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