Html Css Color HEX #036CBA Navy Blue

📋 copy color: '#036CBA'

red 3 ◦ green 108 ◦ blue 186

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

Shades of Navy Blue #036CBA

Tints of Navy Blue #036CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

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

R = 1.01%
G = 36.36%
B = 62.63%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#036CBA (or 0x036CBA) is known color: Navy Blue. HEX triplet: 03, 6C and BA. RGB value is (3,108,186). Sum of RGB (Red+Green+Blue) = 3+108+186=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #036CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CBA is #FC9345. Grayscale: #555555. Windows color (decimal): -16552774 or 12217347. OLE color: 12217347.

HSL color Cylindrical-coordinate representation of color #036CBA: hue angle of 205.57º 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 #036CBA is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 108 186 -
CMYK 0.98 0.42 0 0.27
HSL 205.57º 0.97% 0.37% -
HSV(B) 205.57º 0.98% 0.73% -
XYZ 14.26 14.29 48.46 -
YUV 85.5 184.71 69.16 -
System Red Green Blue C M Y K H S L
Decimal 3 108 186 0.98 0.42 0 0.27 205.57 0.97 0.37
Hex 3 6C BA 62 2A 0 1B CE 61 25
Octal 3 154 272 142 52 0 33 316 141 45
Binary 11 1101100 10111010 1100010 101010 0 11011 11001110 1100001 100101

Color Harmonies of #036CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CBA

Black with #036CBA

Text Example


Text Example

White with #036CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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