Html Css Color HEX #010993 Dark Blue

📋 copy color: '#010993'

red 1 ◦ green 9 ◦ blue 147

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

Shades of Dark Blue #010993

Tints of Dark Blue #010993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 0.64%
G = 5.73%
B = 93.63%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010993 (or 0x010993) is known color: Dark Blue. HEX triplet: 01, 09 and 93. RGB value is (1,9,147). Sum of RGB (Red+Green+Blue) = 1+9+147=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 147 (57.81% from 255 or 93.63% from 157); Max value from RGB is 147 - color contains mainly: blue. Hex color #010993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010993 is #FEF66C. Grayscale: #151515. Windows color (decimal): -16709229 or 9636097. OLE color: 9636097.

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

Color convert

RGB 1 9 147 -
CMYK 0.99 0.94 0 0.42
HSL 236.71º 0.99% 0.29% -
HSV(B) 236.71º 0.99% 0.58% -
XYZ 5.38 2.31 27.77 -
YUV 22.34 198.35 112.78 -
System Red Green Blue C M Y K H S L
Decimal 1 9 147 0.99 0.94 0 0.42 236.71 0.99 0.29
Hex 1 9 93 63 5E 0 2A ED 63 1D
Octal 1 11 223 143 136 0 52 355 143 35
Binary 1 1001 10010011 1100011 1011110 0 101010 11101101 1100011 11101

Color Harmonies of #010993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010993

Black with #010993

Text Example


Text Example

White with #010993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010993; }

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

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

background-color css

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

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

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

border-color css

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

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

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