#0368B6

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

Shades of Navy Blue #0368B6

Tints of Navy Blue #0368B6

Color information

#0368B6 (or 0x0368B6) is unknown color: approx Navy Blue. HEX triplet: 03, 68 and B6. RGB value is (3,104,182). Sum of RGB (Red+Green+Blue) = 3+104+182=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 182 (71.48% from 255 or 62.98% from 289); Max value from RGB is 182 - color contains mainly: blue. Hex color #0368B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0368B6 is #FC9749. Grayscale: #525252. Windows color (decimal): -16553802 or 11954179. OLE color: 11954179.

HSL color Cylindrical-coordinate representation of color #0368B6: hue angle of 206.15º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0368B6 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3104182-
CMYK0.980.4300.29
HSL206.15º96.76%36.27%-
HSV(B)206.15º98.35%71.37%-
XYZ13.4313.346.11-
YUV82.69184.0471.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 182 (71.48% from 255) = 62.98%
R=1.04%
G=35.99%
B=62.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31041820.980.4300.29206.1596.7636.27
Hex368B6622B01Dce6124
Octal31502661425303531614144
Binary111101000101101101100010101011011101110011101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0368B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0368B6; }

 p { color: rgb(3,104,182); }

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

<style>
 a { background-color: #0368B6; }

 a { background-color: rgb(3,104,182); }

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

<style>
 span { border-color: #0368B6; }

 span { border-color: rgb(3,104,182); }

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