Html Css Color HEX #000393 Dark Blue

📋 copy color: '#000393'

red 0 ◦ green 3 ◦ blue 147

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

Shades of Dark Blue #000393

Tints of Dark Blue #000393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 0%
G = 2%
B = 98%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#000393 (or 0x000393) is known color: Dark Blue. HEX triplet: 00, 03 and 93. RGB value is (0,3,147). Sum of RGB (Red+Green+Blue) = 0+3+147=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 147 (57.81% from 255 or 98% from 150); Max value from RGB is 147 - color contains mainly: blue. Hex color #000393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000393 is #FFFC6C. Grayscale: #111111. Windows color (decimal): -16776301 or 9634560. OLE color: 9634560.

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

Color convert

RGB 0 3 147 -
CMYK 1 0.98 0 0.42
HSL 238.78º 1% 0.29% -
HSV(B) 238.78º 1% 0.58% -
XYZ 5.3 2.17 27.74 -
YUV 18.52 200.51 114.79 -
System Red Green Blue C M Y K H S L
Decimal 0 3 147 1 0.98 0 0.42 238.78 1 0.29
Hex 0 3 93 64 62 0 2A EF 64 1D
Octal 0 3 223 144 142 0 52 357 144 35
Binary 0 11 10010011 1100100 1100010 0 101010 11101111 1100100 11101

Color Harmonies of #000393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000393

Black with #000393

Text Example


Text Example

White with #000393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000393; }

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

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

background-color css

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

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

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

border-color css

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

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

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