Html Css Color HEX #026DCD Navy Blue

📋 copy color: '#026DCD'

red 2 ◦ green 109 ◦ blue 205

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

Shades of Navy Blue #026DCD

Tints of Navy Blue #026DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 0.63%
G = 34.49%
B = 64.87%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#026DCD (or 0x026DCD) is known color: Navy Blue. HEX triplet: 02, 6D and CD. RGB value is (2,109,205). Sum of RGB (Red+Green+Blue) = 2+109+205=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #026DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026DCD is #FD9232. Grayscale: #575757. Windows color (decimal): -16618035 or 13462786. OLE color: 13462786.

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

Color convert

RGB 2 109 205 -
CMYK 0.99 0.47 0 0.20
HSL 208.37º 0.98% 0.41% -
HSV(B) 208.37º 0.99% 0.8% -
XYZ 16.51 15.36 59.85 -
YUV 87.95 194.05 66.69 -
System Red Green Blue C M Y K H S L
Decimal 2 109 205 0.99 0.47 0 0.20 208.37 0.98 0.41
Hex 2 6D CD 63 2F 0 14 D0 62 29
Octal 2 155 315 143 57 0 24 320 142 51
Binary 10 1101101 11001101 1100011 101111 0 10100 11010000 1100010 101001

Color Harmonies of #026DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026DCD

Black with #026DCD

Text Example


Text Example

White with #026DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,109,205); }

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

background-color css

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

 a { background-color: rgb(2,109,205); }

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

border-color css

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

 span { border-color: rgb(2,109,205); }

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