Html Css Color HEX #011693 Dark Blue

📋 copy color: '#011693'

red 1 ◦ green 22 ◦ blue 147

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

Shades of Dark Blue #011693

Tints of Dark Blue #011693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.94%

 BLUE value IS 147 (57.81% from 255) = 86.47%

R = 0.59%
G = 12.94%
B = 86.47%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011693 (or 0x011693) is known color: Dark Blue. HEX triplet: 01, 16 and 93. RGB value is (1,22,147). Sum of RGB (Red+Green+Blue) = 1+22+147=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 147 (57.81% from 255 or 86.47% from 170); Max value from RGB is 147 - color contains mainly: blue. Hex color #011693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011693 is #FEE96C. Grayscale: #1D1D1D. Windows color (decimal): -16705901 or 9639425. OLE color: 9639425.

HSL color Cylindrical-coordinate representation of color #011693: hue angle of 231.37º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011693 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 22 147 -
CMYK 0.99 0.85 0 0.42
HSL 231.37º 0.99% 0.29% -
HSV(B) 231.37º 0.99% 0.58% -
XYZ 5.57 2.69 27.83 -
YUV 29.97 194.04 107.34 -
System Red Green Blue C M Y K H S L
Decimal 1 22 147 0.99 0.85 0 0.42 231.37 0.99 0.29
Hex 1 16 93 63 55 0 2A E7 63 1D
Octal 1 26 223 143 125 0 52 347 143 35
Binary 1 10110 10010011 1100011 1010101 0 101010 11100111 1100011 11101

Color Harmonies of #011693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011693

Black with #011693

Text Example


Text Example

White with #011693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011693; }

 p { color: rgb(1,22,147); }

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

background-color css

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

 a { background-color: rgb(1,22,147); }

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

border-color css

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

 span { border-color: rgb(1,22,147); }

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