#036DBB

Color #036DBB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #036DBB

Tints of Navy Blue #036DBB

Color information

#036DBB (or 0x036DBB) is unknown color: approx Navy Blue. HEX triplet: 03, 6D and BB. RGB value is (3,109,187). Sum of RGB (Red+Green+Blue) = 3+109+187=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #036DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DBB is #FC9244. Grayscale: #555555. Windows color (decimal): -16552517 or 12283139. OLE color: 12283139.

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

Color convert

RGB3109187-
CMYK0.980.4200.27
HSL205.43º96.84%37.25%-
HSV(B)205.43º98.4%73.33%-
XYZ14.4814.5449.06-
YUV86.2184.8868.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.00%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 187 (73.44% from 255) = 62.54%
R=1.00%
G=36.45%
B=62.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31091870.980.4200.27205.4396.8437.25
Hex36DBB622A01Bcd6125
Octal31552731425203331514145
Binary111101101101110111100010101010011011110011011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #036DBB;
 }
 .AnyTagClassName
 {
   color: #036DBB;
 }
</style>
background-color css

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

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

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

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

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

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