Html Css Color HEX #026BC0 Navy Blue

📋 copy color: '#026BC0'

red 2 ◦ green 107 ◦ blue 192

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

Shades of Navy Blue #026BC0

Tints of Navy Blue #026BC0

RGB

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

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

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

R = 0.66%
G = 35.55%
B = 63.79%

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

#026BC0 (or 0x026BC0) is known color: Navy Blue. HEX triplet: 02, 6B and C0. RGB value is (2,107,192). Sum of RGB (Red+Green+Blue) = 2+107+192=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #026BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BC0 is #FD943F. Grayscale: #545454. Windows color (decimal): -16618560 or 12610306. OLE color: 12610306.

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

Color convert

RGB 2 107 192 -
CMYK 0.99 0.44 0 0.25
HSL 206.84º 0.98% 0.38% -
HSV(B) 206.84º 0.99% 0.75% -
XYZ 14.8 14.33 51.86 -
YUV 85.3 188.21 68.59 -
System Red Green Blue C M Y K H S L
Decimal 2 107 192 0.99 0.44 0 0.25 206.84 0.98 0.38
Hex 2 6B C0 63 2C 0 19 CF 62 26
Octal 2 153 300 143 54 0 31 317 142 46
Binary 10 1101011 11000000 1100011 101100 0 11001 11001111 1100010 100110

Color Harmonies of #026BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026BC0

Black with #026BC0

Text Example


Text Example

White with #026BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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