Html Css Color HEX #036DC1 Navy Blue

📋 copy color: '#036DC1'

red 3 ◦ green 109 ◦ blue 193

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

Shades of Navy Blue #036DC1

Tints of Navy Blue #036DC1

RGB

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

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

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

R = 0.98%
G = 35.74%
B = 63.28%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#036DC1 (or 0x036DC1) is known color: Navy Blue. HEX triplet: 03, 6D and C1. RGB value is (3,109,193). Sum of RGB (Red+Green+Blue) = 3+109+193=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #036DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DC1 is #FC923E. Grayscale: #565656. Windows color (decimal): -16552511 or 12676355. OLE color: 12676355.

HSL color Cylindrical-coordinate representation of color #036DC1: hue angle of 206.53º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036DC1 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 109 193 -
CMYK 0.98 0.44 0 0.24
HSL 206.53º 0.97% 0.38% -
HSV(B) 206.53º 0.98% 0.76% -
XYZ 15.13 14.81 52.51 -
YUV 86.88 187.88 68.17 -
System Red Green Blue C M Y K H S L
Decimal 3 109 193 0.98 0.44 0 0.24 206.53 0.97 0.38
Hex 3 6D C1 62 2C 0 18 CF 61 26
Octal 3 155 301 142 54 0 30 317 141 46
Binary 11 1101101 11000001 1100010 101100 0 11000 11001111 1100001 100110

Color Harmonies of #036DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DC1

Black with #036DC1

Text Example


Text Example

White with #036DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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