Html Css Color HEX #011492 Dark Blue

📋 copy color: '#011492'

red 1 ◦ green 20 ◦ blue 146

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

Shades of Dark Blue #011492

Tints of Dark Blue #011492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

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

R = 0.6%
G = 11.98%
B = 87.43%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#011492 (or 0x011492) is known color: Dark Blue. HEX triplet: 01, 14 and 92. RGB value is (1,20,146). Sum of RGB (Red+Green+Blue) = 1+20+146=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #011492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011492 is #FEEB6D. Grayscale: #1C1C1C. Windows color (decimal): -16706414 or 9573377. OLE color: 9573377.

HSL color Cylindrical-coordinate representation of color #011492: hue angle of 232.14º 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 #011492 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 20 146 -
CMYK 0.99 0.86 0 0.43
HSL 232.14º 0.99% 0.29% -
HSV(B) 232.14º 0.99% 0.57% -
XYZ 5.45 2.58 27.41 -
YUV 28.68 194.21 108.25 -
System Red Green Blue C M Y K H S L
Decimal 1 20 146 0.99 0.86 0 0.43 232.14 0.99 0.29
Hex 1 14 92 63 56 0 2B E8 63 1D
Octal 1 24 222 143 126 0 53 350 143 35
Binary 1 10100 10010010 1100011 1010110 0 101011 11101000 1100011 11101

Color Harmonies of #011492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011492

Black with #011492

Text Example


Text Example

White with #011492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011492; }

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

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

background-color css

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

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

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

border-color css

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

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

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