Html Css Color HEX #026FF2 Navy Blue

📋 copy color: '#026FF2'

red 2 ◦ green 111 ◦ blue 242

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

Shades of Navy Blue #026FF2

Tints of Navy Blue #026FF2

RGB

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

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

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

R = 0.56%
G = 31.27%
B = 68.17%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#026FF2 (or 0x026FF2) is known color: Navy Blue. HEX triplet: 02, 6F and F2. RGB value is (2,111,242). Sum of RGB (Red+Green+Blue) = 2+111+242=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 242 (94.92% from 255 or 68.17% from 355); Max value from RGB is 242 - color contains mainly: blue. Hex color #026FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026FF2 is #FD900D. Grayscale: #5C5C5C. Windows color (decimal): -16617486 or 15888130. OLE color: 15888130.

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

Color convert

RGB 2 111 242 -
CMYK 0.99 0.54 0 0.05
HSL 212.75º 0.98% 0.48% -
HSV(B) 212.75º 0.99% 0.95% -
XYZ 21.74 17.79 86.29 -
YUV 93.34 211.89 62.85 -
System Red Green Blue C M Y K H S L
Decimal 2 111 242 0.99 0.54 0 0.05 212.75 0.98 0.48
Hex 2 6F F2 63 36 0 5 D5 62 30
Octal 2 157 362 143 66 0 5 325 142 60
Binary 10 1101111 11110010 1100011 110110 0 101 11010101 1100010 110000

Color Harmonies of #026FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FF2

Black with #026FF2

Text Example


Text Example

White with #026FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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