Html Css Color HEX #011092 Dark Blue

📋 copy color: '#011092'

red 1 ◦ green 16 ◦ blue 146

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

Shades of Dark Blue #011092

Tints of Dark Blue #011092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

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

R = 0.61%
G = 9.82%
B = 89.57%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#011092 (or 0x011092) is known color: Dark Blue. HEX triplet: 01, 10 and 92. RGB value is (1,16,146). Sum of RGB (Red+Green+Blue) = 1+16+146=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 146 (57.42% from 255 or 89.57% from 163); Max value from RGB is 146 - color contains mainly: blue. Hex color #011092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011092 is #FEEF6D. Grayscale: #191919. Windows color (decimal): -16707438 or 9572353. OLE color: 9572353.

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

Color convert

RGB 1 16 146 -
CMYK 0.99 0.89 0 0.43
HSL 233.79º 0.99% 0.29% -
HSV(B) 233.79º 0.99% 0.57% -
XYZ 5.39 2.45 27.38 -
YUV 26.34 195.53 109.93 -
System Red Green Blue C M Y K H S L
Decimal 1 16 146 0.99 0.89 0 0.43 233.79 0.99 0.29
Hex 1 10 92 63 59 0 2B EA 63 1D
Octal 1 20 222 143 131 0 53 352 143 35
Binary 1 10000 10010010 1100011 1011001 0 101011 11101010 1100011 11101

Color Harmonies of #011092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011092

Black with #011092

Text Example


Text Example

White with #011092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011092; }

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

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

background-color css

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

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

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

border-color css

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

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

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