Html Css Color HEX #036DCD Navy Blue

📋 copy color: '#036DCD'

red 3 ◦ green 109 ◦ blue 205

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

Shades of Navy Blue #036DCD

Tints of Navy Blue #036DCD

RGB

 RED value IS 3 (1.56% from 255) = 0.95%

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

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

R = 0.95%
G = 34.38%
B = 64.67%

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

#036DCD (or 0x036DCD) is known color: Navy Blue. HEX triplet: 03, 6D and CD. RGB value is (3,109,205). Sum of RGB (Red+Green+Blue) = 3+109+205=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #036DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DCD is #FC9232. Grayscale: #575757. Windows color (decimal): -16552499 or 13462787. OLE color: 13462787.

HSL color Cylindrical-coordinate representation of color #036DCD: hue angle of 208.51º degrees, saturation: 0.97, 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 #036DCD is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 109 205 -
CMYK 0.99 0.47 0 0.20
HSL 208.51º 0.97% 0.41% -
HSV(B) 208.51º 0.99% 0.8% -
XYZ 16.53 15.36 59.85 -
YUV 88.25 193.88 67.19 -
System Red Green Blue C M Y K H S L
Decimal 3 109 205 0.99 0.47 0 0.20 208.51 0.97 0.41
Hex 3 6D CD 63 2F 0 14 D1 61 29
Octal 3 155 315 143 57 0 24 321 141 51
Binary 11 1101101 11001101 1100011 101111 0 10100 11010001 1100001 101001

Color Harmonies of #036DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DCD

Black with #036DCD

Text Example


Text Example

White with #036DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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