Html Css Color HEX #026ECC Navy Blue

📋 copy color: '#026ECC'

red 2 ◦ green 110 ◦ blue 204

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

Shades of Navy Blue #026ECC

Tints of Navy Blue #026ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 204 (80.08% from 255) = 64.56%

R = 0.63%
G = 34.81%
B = 64.56%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#026ECC (or 0x026ECC) is known color: Navy Blue. HEX triplet: 02, 6E and CC. RGB value is (2,110,204). Sum of RGB (Red+Green+Blue) = 2+110+204=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #026ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ECC is #FD9133. Grayscale: #575757. Windows color (decimal): -16617780 or 13397506. OLE color: 13397506.

HSL color Cylindrical-coordinate representation of color #026ECC: hue angle of 207.92º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026ECC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 110 204 -
CMYK 0.99 0.46 0 0.2
HSL 207.92º 0.98% 0.4% -
HSV(B) 207.92º 0.99% 0.8% -
XYZ 16.5 15.52 59.25 -
YUV 88.42 193.22 66.36 -
System Red Green Blue C M Y K H S L
Decimal 2 110 204 0.99 0.46 0 0.2 207.92 0.98 0.4
Hex 2 6E CC 63 2E 0 14 D0 62 28
Octal 2 156 314 143 56 0 24 320 142 50
Binary 10 1101110 11001100 1100011 101110 0 10100 11010000 1100010 101000

Color Harmonies of #026ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026ECC

Black with #026ECC

Text Example


Text Example

White with #026ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,110,204); }

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

background-color css

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

 a { background-color: rgb(2,110,204); }

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

border-color css

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

 span { border-color: rgb(2,110,204); }

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