Html Css Color HEX #011892 Dark Blue

📋 copy color: '#011892'

red 1 ◦ green 24 ◦ blue 146

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

Shades of Dark Blue #011892

Tints of Dark Blue #011892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.04%

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

R = 0.58%
G = 14.04%
B = 85.38%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#011892 (or 0x011892) is known color: Dark Blue. HEX triplet: 01, 18 and 92. RGB value is (1,24,146). Sum of RGB (Red+Green+Blue) = 1+24+146=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #011892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011892 is #FEE76D. Grayscale: #1E1E1E. Windows color (decimal): -16705390 or 9574401. OLE color: 9574401.

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

Color convert

RGB 1 24 146 -
CMYK 0.99 0.84 0 0.43
HSL 230.48º 0.99% 0.29% -
HSV(B) 230.48º 0.99% 0.57% -
XYZ 5.53 2.74 27.43 -
YUV 31.03 192.88 106.58 -
System Red Green Blue C M Y K H S L
Decimal 1 24 146 0.99 0.84 0 0.43 230.48 0.99 0.29
Hex 1 18 92 63 54 0 2B E6 63 1D
Octal 1 30 222 143 124 0 53 346 143 35
Binary 1 11000 10010010 1100011 1010100 0 101011 11100110 1100011 11101

Color Harmonies of #011892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011892

Black with #011892

Text Example


Text Example

White with #011892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011892; }

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

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

background-color css

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

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

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

border-color css

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

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

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