Html Css Color HEX #030391 Dark Blue

📋 copy color: '#030391'

red 3 ◦ green 3 ◦ blue 145

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

Shades of Dark Blue #030391

Tints of Dark Blue #030391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 96.03%

R = 1.99%
G = 1.99%
B = 96.03%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030391 (or 0x030391) is known color: Dark Blue. HEX triplet: 03, 03 and 91. RGB value is (3,3,145). Sum of RGB (Red+Green+Blue) = 3+3+145=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 145 (57.03% from 255 or 96.03% from 151); Max value from RGB is 145 - color contains mainly: blue. Hex color #030391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030391 is #FCFC6E. Grayscale: #121212. Windows color (decimal): -16579695 or 9503491. OLE color: 9503491.

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

Color convert

RGB 3 3 145 -
CMYK 0.98 0.98 0 0.43
HSL 240º 0.96% 0.29% -
HSV(B) 240º 0.98% 0.57% -
XYZ 5.18 2.13 26.93 -
YUV 19.19 199 116.45 -
System Red Green Blue C M Y K H S L
Decimal 3 3 145 0.98 0.98 0 0.43 240 0.96 0.29
Hex 3 3 91 62 62 0 2B F0 60 1D
Octal 3 3 221 142 142 0 53 360 140 35
Binary 11 11 10010001 1100010 1100010 0 101011 11110000 1100000 11101

Color Harmonies of #030391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030391

Black with #030391

Text Example


Text Example

White with #030391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030391; }

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

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

background-color css

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

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

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

border-color css

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

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

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