Html Css Color HEX #036DBA Navy Blue

📋 copy color: '#036DBA'

red 3 ◦ green 109 ◦ blue 186

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

Shades of Navy Blue #036DBA

Tints of Navy Blue #036DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 1.01%
G = 36.58%
B = 62.42%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#036DBA (or 0x036DBA) is known color: Navy Blue. HEX triplet: 03, 6D and BA. RGB value is (3,109,186). Sum of RGB (Red+Green+Blue) = 3+109+186=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #036DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DBA is #FC9245. Grayscale: #555555. Windows color (decimal): -16552518 or 12217603. OLE color: 12217603.

HSL color Cylindrical-coordinate representation of color #036DBA: hue angle of 205.25º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036DBA is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 109 186 -
CMYK 0.98 0.41 0 0.27
HSL 205.25º 0.97% 0.37% -
HSV(B) 205.25º 0.98% 0.73% -
XYZ 14.37 14.5 48.5 -
YUV 86.08 184.38 68.74 -
System Red Green Blue C M Y K H S L
Decimal 3 109 186 0.98 0.41 0 0.27 205.25 0.97 0.37
Hex 3 6D BA 62 29 0 1B CD 61 25
Octal 3 155 272 142 51 0 33 315 141 45
Binary 11 1101101 10111010 1100010 101001 0 11011 11001101 1100001 100101

Color Harmonies of #036DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DBA

Black with #036DBA

Text Example


Text Example

White with #036DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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