Html Css Color HEX #001293 Dark Blue

📋 copy color: '#001293'

red 0 ◦ green 18 ◦ blue 147

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

Shades of Dark Blue #001293

Tints of Dark Blue #001293

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 10.91%
B = 89.09%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001293 (or 0x001293) is known color: Dark Blue. HEX triplet: 00, 12 and 93. RGB value is (0,18,147). Sum of RGB (Red+Green+Blue) = 0+18+147=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 147 (57.81% from 255 or 89.09% from 165); Max value from RGB is 147 - color contains mainly: blue. Hex color #001293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001293 is #FFED6C. Grayscale: #1A1A1A. Windows color (decimal): -16772461 or 9638400. OLE color: 9638400.

HSL color Cylindrical-coordinate representation of color #001293: hue angle of 232.65º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001293 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 18 147 -
CMYK 1 0.88 0 0.42
HSL 232.65º 1% 0.29% -
HSV(B) 232.65º 1% 0.58% -
XYZ 5.48 2.54 27.8 -
YUV 27.32 195.54 108.51 -
System Red Green Blue C M Y K H S L
Decimal 0 18 147 1 0.88 0 0.42 232.65 1 0.29
Hex 0 12 93 64 58 0 2A E9 64 1D
Octal 0 22 223 144 130 0 52 351 144 35
Binary 0 10010 10010011 1100100 1011000 0 101010 11101001 1100100 11101

Color Harmonies of #001293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001293

Black with #001293

Text Example


Text Example

White with #001293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001293; }

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

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

background-color css

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

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

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

border-color css

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

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

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