#0185D8

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

Shades of Navy Blue #0185D8

Tints of Navy Blue #0185D8

Color information

#0185D8 (or 0x0185D8) is unknown color: approx Navy Blue. HEX triplet: 01, 85 and D8. RGB value is (1,133,216). Sum of RGB (Red+Green+Blue) = 1+133+216=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 216 (84.77% from 255 or 61.71% from 350); Max value from RGB is 216 - color contains mainly: blue. Hex color #0185D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0185D8 is #FE7A27. Grayscale: #666666. Windows color (decimal): -16677416 or 14189825. OLE color: 14189825.

HSL color Cylindrical-coordinate representation of color #0185D8: hue angle of 203.16º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0185D8 is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1133216-
CMYK1.000.3800.15
HSL203.16º99.08%42.55%-
HSV(B)203.16º99.54%84.71%-
XYZ20.7921.7468.07-
YUV102.99191.7755.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 216 (84.77% from 255) = 61.71%
R=0.29%
G=38%
B=61.71%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11332161.000.3800.15203.1699.0842.55
Hex185D864260Fcb632b
Octal12053301444601731314353
Binary11000010111011000110010010011001111110010111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0185D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0185D8; }

 p { color: rgb(1,133,216); }

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

<style>
 a { background-color: #0185D8; }

 a { background-color: rgb(1,133,216); }

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

<style>
 span { border-color: #0185D8; }

 span { border-color: rgb(1,133,216); }

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