Html Css Color HEX #026FC2 Navy Blue

📋 copy color: '#026FC2'

red 2 ◦ green 111 ◦ blue 194

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

Shades of Navy Blue #026FC2

Tints of Navy Blue #026FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 63.19%

R = 0.65%
G = 36.16%
B = 63.19%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#026FC2 (or 0x026FC2) is known color: Navy Blue. HEX triplet: 02, 6F and C2. RGB value is (2,111,194). Sum of RGB (Red+Green+Blue) = 2+111+194=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #026FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026FC2 is #FD903D. Grayscale: #575757. Windows color (decimal): -16617534 or 12742402. OLE color: 12742402.

HSL color Cylindrical-coordinate representation of color #026FC2: hue angle of 205.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FC2 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 111 194 -
CMYK 0.99 0.43 0 0.24
HSL 205.94º 0.98% 0.38% -
HSV(B) 205.94º 0.99% 0.76% -
XYZ 15.45 15.28 53.17 -
YUV 87.87 187.89 66.75 -
System Red Green Blue C M Y K H S L
Decimal 2 111 194 0.99 0.43 0 0.24 205.94 0.98 0.38
Hex 2 6F C2 63 2B 0 18 CE 62 26
Octal 2 157 302 143 53 0 30 316 142 46
Binary 10 1101111 11000010 1100011 101011 0 11000 11001110 1100010 100110

Color Harmonies of #026FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FC2

Black with #026FC2

Text Example


Text Example

White with #026FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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