Html Css Color HEX #010386 Dark Blue

📋 copy color: '#010386'

red 1 ◦ green 3 ◦ blue 134

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

Shades of Dark Blue #010386

Tints of Dark Blue #010386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

 BLUE value IS 134 (52.73% from 255) = 97.1%

R = 0.72%
G = 2.17%
B = 97.1%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010386 (or 0x010386) is known color: Dark Blue. HEX triplet: 01, 03 and 86. RGB value is (1,3,134). Sum of RGB (Red+Green+Blue) = 1+3+134=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 134 (52.73% from 255 or 97.10% from 138); Max value from RGB is 134 - color contains mainly: blue. Hex color #010386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010386 is #FEFC79. Grayscale: #101010. Windows color (decimal): -16710778 or 8782593. OLE color: 8782593.

HSL color Cylindrical-coordinate representation of color #010386: hue angle of 239.1º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010386 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 3 134 -
CMYK 0.99 0.98 0 0.47
HSL 239.1º 0.99% 0.26% -
HSV(B) 239.1º 0.99% 0.53% -
XYZ 4.35 1.79 22.67 -
YUV 17.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 1 3 134 0.99 0.98 0 0.47 239.1 0.99 0.26
Hex 1 3 86 63 62 0 2F EF 63 1A
Octal 1 3 206 143 142 0 57 357 143 32
Binary 1 11 10000110 1100011 1100010 0 101111 11101111 1100011 11010

Color Harmonies of #010386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010386

Black with #010386

Text Example


Text Example

White with #010386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010386; }

 p { color: rgb(1,3,134); }

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

background-color css

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

 a { background-color: rgb(1,3,134); }

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

border-color css

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

 span { border-color: rgb(1,3,134); }

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