Html Css Color HEX #026CC0 Navy Blue

📋 copy color: '#026CC0'

red 2 ◦ green 108 ◦ blue 192

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

Shades of Navy Blue #026CC0

Tints of Navy Blue #026CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

 BLUE value IS 192 (75.39% from 255) = 63.58%

R = 0.66%
G = 35.76%
B = 63.58%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#026CC0 (or 0x026CC0) is known color: Navy Blue. HEX triplet: 02, 6C and C0. RGB value is (2,108,192). Sum of RGB (Red+Green+Blue) = 2+108+192=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #026CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CC0 is #FD933F. Grayscale: #555555. Windows color (decimal): -16618304 or 12610562. OLE color: 12610562.

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

Color convert

RGB 2 108 192 -
CMYK 0.99 0.44 0 0.25
HSL 206.53º 0.98% 0.38% -
HSV(B) 206.53º 0.99% 0.75% -
XYZ 14.9 14.54 51.89 -
YUV 85.88 187.88 68.17 -
System Red Green Blue C M Y K H S L
Decimal 2 108 192 0.99 0.44 0 0.25 206.53 0.98 0.38
Hex 2 6C C0 63 2C 0 19 CF 62 26
Octal 2 154 300 143 54 0 31 317 142 46
Binary 10 1101100 11000000 1100011 101100 0 11001 11001111 1100010 100110

Color Harmonies of #026CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026CC0

Black with #026CC0

Text Example


Text Example

White with #026CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,108,192); }

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

background-color css

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

 a { background-color: rgb(2,108,192); }

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

border-color css

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

 span { border-color: rgb(2,108,192); }

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