Html Css Color HEX #011293 Dark Blue

📋 copy color: '#011293'

red 1 ◦ green 18 ◦ blue 147

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

Shades of Dark Blue #011293

Tints of Dark Blue #011293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.84%

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

R = 0.6%
G = 10.84%
B = 88.55%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011293 (or 0x011293) is known color: Dark Blue. HEX triplet: 01, 12 and 93. RGB value is (1,18,147). Sum of RGB (Red+Green+Blue) = 1+18+147=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #011293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011293 is #FEED6C. Grayscale: #1B1B1B. Windows color (decimal): -16706925 or 9638401. OLE color: 9638401.

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

Color convert

RGB 1 18 147 -
CMYK 0.99 0.88 0 0.42
HSL 233.01º 0.99% 0.29% -
HSV(B) 233.01º 0.99% 0.58% -
XYZ 5.5 2.55 27.81 -
YUV 27.62 195.37 109.01 -
System Red Green Blue C M Y K H S L
Decimal 1 18 147 0.99 0.88 0 0.42 233.01 0.99 0.29
Hex 1 12 93 63 58 0 2A E9 63 1D
Octal 1 22 223 143 130 0 52 351 143 35
Binary 1 10010 10010011 1100011 1011000 0 101010 11101001 1100011 11101

Color Harmonies of #011293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011293

Black with #011293

Text Example


Text Example

White with #011293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011293; }

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

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

background-color css

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

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

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

border-color css

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

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

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