Html Css Color HEX #030393 Dark Blue

📋 copy color: '#030393'

red 3 ◦ green 3 ◦ blue 147

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

Shades of Dark Blue #030393

Tints of Dark Blue #030393

RGB

 RED value IS 3 (1.56% from 255) = 1.96%

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

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

R = 1.96%
G = 1.96%
B = 96.08%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#030393 (or 0x030393) is known color: Dark Blue. HEX triplet: 03, 03 and 93. RGB value is (3,3,147). Sum of RGB (Red+Green+Blue) = 3+3+147=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 147 (57.81% from 255 or 96.08% from 153); Max value from RGB is 147 - color contains mainly: blue. Hex color #030393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030393 is #FCFC6C. Grayscale: #121212. Windows color (decimal): -16579693 or 9634563. OLE color: 9634563.

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

Color convert

RGB 3 3 147 -
CMYK 0.98 0.98 0 0.42
HSL 240º 0.96% 0.29% -
HSV(B) 240º 0.98% 0.58% -
XYZ 5.34 2.19 27.75 -
YUV 19.42 200 116.29 -
System Red Green Blue C M Y K H S L
Decimal 3 3 147 0.98 0.98 0 0.42 240 0.96 0.29
Hex 3 3 93 62 62 0 2A F0 60 1D
Octal 3 3 223 142 142 0 52 360 140 35
Binary 11 11 10010011 1100010 1100010 0 101010 11110000 1100000 11101

Color Harmonies of #030393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030393

Black with #030393

Text Example


Text Example

White with #030393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030393; }

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

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

background-color css

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

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

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

border-color css

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

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

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