Html Css Color HEX #026BC1 Navy Blue

📋 copy color: '#026BC1'

red 2 ◦ green 107 ◦ blue 193

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

Shades of Navy Blue #026BC1

Tints of Navy Blue #026BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.91%

R = 0.66%
G = 35.43%
B = 63.91%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#026BC1 (or 0x026BC1) is known color: Navy Blue. HEX triplet: 02, 6B and C1. RGB value is (2,107,193). Sum of RGB (Red+Green+Blue) = 2+107+193=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #026BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BC1 is #FD943E. Grayscale: #545454. Windows color (decimal): -16618559 or 12675842. OLE color: 12675842.

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

Color convert

RGB 2 107 193 -
CMYK 0.99 0.45 0 0.24
HSL 207.02º 0.98% 0.38% -
HSV(B) 207.02º 0.99% 0.76% -
XYZ 14.91 14.38 52.44 -
YUV 85.41 188.71 68.51 -
System Red Green Blue C M Y K H S L
Decimal 2 107 193 0.99 0.45 0 0.24 207.02 0.98 0.38
Hex 2 6B C1 63 2D 0 18 CF 62 26
Octal 2 153 301 143 55 0 30 317 142 46
Binary 10 1101011 11000001 1100011 101101 0 11000 11001111 1100010 100110

Color Harmonies of #026BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026BC1

Black with #026BC1

Text Example


Text Example

White with #026BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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