Html Css Color HEX #036DD1 Navy Blue

📋 copy color: '#036DD1'

red 3 ◦ green 109 ◦ blue 209

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

Shades of Navy Blue #036DD1

Tints of Navy Blue #036DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 65.11%

R = 0.93%
G = 33.96%
B = 65.11%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#036DD1 (or 0x036DD1) is known color: Navy Blue. HEX triplet: 03, 6D and D1. RGB value is (3,109,209). Sum of RGB (Red+Green+Blue) = 3+109+209=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 209 (82.03% from 255 or 65.11% from 321); Max value from RGB is 209 - color contains mainly: blue. Hex color #036DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DD1 is #FC922E. Grayscale: #585858. Windows color (decimal): -16552495 or 13724931. OLE color: 13724931.

HSL color Cylindrical-coordinate representation of color #036DD1: hue angle of 209.13º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DD1 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 109 209 -
CMYK 0.99 0.48 0 0.18
HSL 209.13º 0.97% 0.42% -
HSV(B) 209.13º 0.99% 0.82% -
XYZ 17.01 15.56 62.43 -
YUV 88.71 195.88 66.87 -
System Red Green Blue C M Y K H S L
Decimal 3 109 209 0.99 0.48 0 0.18 209.13 0.97 0.42
Hex 3 6D D1 63 30 0 12 D1 61 2A
Octal 3 155 321 143 60 0 22 321 141 52
Binary 11 1101101 11010001 1100011 110000 0 10010 11010001 1100001 101010

Color Harmonies of #036DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DD1

Black with #036DD1

Text Example


Text Example

White with #036DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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