Html Css Color HEX #011392 Dark Blue

📋 copy color: '#011392'

red 1 ◦ green 19 ◦ blue 146

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

Shades of Dark Blue #011392

Tints of Dark Blue #011392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

 BLUE value IS 146 (57.42% from 255) = 87.95%

R = 0.6%
G = 11.45%
B = 87.95%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#011392 (or 0x011392) is known color: Dark Blue. HEX triplet: 01, 13 and 92. RGB value is (1,19,146). Sum of RGB (Red+Green+Blue) = 1+19+146=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 146 (57.42% from 255 or 87.95% from 166); Max value from RGB is 146 - color contains mainly: blue. Hex color #011392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011392 is #FEEC6D. Grayscale: #1B1B1B. Windows color (decimal): -16706670 or 9573121. OLE color: 9573121.

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

Color convert

RGB 1 19 146 -
CMYK 0.99 0.87 0 0.43
HSL 232.55º 0.99% 0.29% -
HSV(B) 232.55º 0.99% 0.57% -
XYZ 5.43 2.55 27.4 -
YUV 28.1 194.54 108.67 -
System Red Green Blue C M Y K H S L
Decimal 1 19 146 0.99 0.87 0 0.43 232.55 0.99 0.29
Hex 1 13 92 63 57 0 2B E9 63 1D
Octal 1 23 222 143 127 0 53 351 143 35
Binary 1 10011 10010010 1100011 1010111 0 101011 11101001 1100011 11101

Color Harmonies of #011392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011392

Black with #011392

Text Example


Text Example

White with #011392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011392; }

 p { color: rgb(1,19,146); }

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

background-color css

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

 a { background-color: rgb(1,19,146); }

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

border-color css

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

 span { border-color: rgb(1,19,146); }

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