Html Css Color HEX #0185DC Navy Blue

📋 copy color: '#0185DC'

red 1 ◦ green 133 ◦ blue 220

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

Shades of Navy Blue #0185DC

Tints of Navy Blue #0185DC

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 0.28%
G = 37.57%
B = 62.15%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0185DC (or 0x0185DC) is known color: Navy Blue. HEX triplet: 01, 85 and DC. RGB value is (1,133,220). Sum of RGB (Red+Green+Blue) = 1+133+220=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #0185DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0185DC is #FE7A23. Grayscale: #666666. Windows color (decimal): -16677412 or 14451969. OLE color: 14451969.

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

Color convert

RGB 1 133 220 -
CMYK 1.00 0.40 0 0.14
HSL 203.84º 0.99% 0.43% -
HSV(B) 203.84º 1% 0.86% -
XYZ 21.32 21.95 70.82 -
YUV 103.45 193.77 54.93 -
System Red Green Blue C M Y K H S L
Decimal 1 133 220 1.00 0.40 0 0.14 203.84 0.99 0.43
Hex 1 85 DC 64 28 0 E CC 63 2B
Octal 1 205 334 144 50 0 16 314 143 53
Binary 1 10000101 11011100 1100100 101000 0 1110 11001100 1100011 101011

Color Harmonies of #0185DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0185DC

Black with #0185DC

Text Example


Text Example

White with #0185DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0185DC;
 }
 .AnyTagClassName
 {
   color: #0185DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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