Html Css Color HEX #036FBA Navy Blue

📋 copy color: '#036FBA'

red 3 ◦ green 111 ◦ blue 186

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

Shades of Navy Blue #036FBA

Tints of Navy Blue #036FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37%

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

R = 1%
G = 37%
B = 62%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#036FBA (or 0x036FBA) is known color: Navy Blue. HEX triplet: 03, 6F and BA. RGB value is (3,111,186). Sum of RGB (Red+Green+Blue) = 3+111+186=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #036FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FBA is #FC9045. Grayscale: #565656. Windows color (decimal): -16552006 or 12218115. OLE color: 12218115.

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

Color convert

RGB 3 111 186 -
CMYK 0.98 0.40 0 0.27
HSL 204.59º 0.97% 0.37% -
HSV(B) 204.59º 0.98% 0.73% -
XYZ 14.58 14.93 48.57 -
YUV 87.26 183.72 67.9 -
System Red Green Blue C M Y K H S L
Decimal 3 111 186 0.98 0.40 0 0.27 204.59 0.97 0.37
Hex 3 6F BA 62 28 0 1B CD 61 25
Octal 3 157 272 142 50 0 33 315 141 45
Binary 11 1101111 10111010 1100010 101000 0 11011 11001101 1100001 100101

Color Harmonies of #036FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FBA

Black with #036FBA

Text Example


Text Example

White with #036FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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