Html Css Color HEX #001093 Dark Blue

📋 copy color: '#001093'

red 0 ◦ green 16 ◦ blue 147

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

Shades of Dark Blue #001093

Tints of Dark Blue #001093

RGB

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

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

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

R = 0%
G = 9.82%
B = 90.18%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001093 (or 0x001093) is known color: Dark Blue. HEX triplet: 00, 10 and 93. RGB value is (0,16,147). Sum of RGB (Red+Green+Blue) = 0+16+147=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 147 (57.81% from 255 or 90.18% from 163); Max value from RGB is 147 - color contains mainly: blue. Hex color #001093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001093 is #FFEF6C. Grayscale: #191919. Windows color (decimal): -16772973 or 9637888. OLE color: 9637888.

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

Color convert

RGB 0 16 147 -
CMYK 1 0.89 0 0.42
HSL 233.47º 1% 0.29% -
HSV(B) 233.47º 1% 0.58% -
XYZ 5.45 2.48 27.79 -
YUV 26.15 196.2 109.35 -
System Red Green Blue C M Y K H S L
Decimal 0 16 147 1 0.89 0 0.42 233.47 1 0.29
Hex 0 10 93 64 59 0 2A E9 64 1D
Octal 0 20 223 144 131 0 52 351 144 35
Binary 0 10000 10010011 1100100 1011001 0 101010 11101001 1100100 11101

Color Harmonies of #001093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001093

Black with #001093

Text Example


Text Example

White with #001093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001093; }

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

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

background-color css

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

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

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

border-color css

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

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

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