Html Css Color HEX #030491 Dark Blue

📋 copy color: '#030491'

red 3 ◦ green 4 ◦ blue 145

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

Shades of Dark Blue #030491

Tints of Dark Blue #030491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 1.97%
G = 2.63%
B = 95.39%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030491 (or 0x030491) is known color: Dark Blue. HEX triplet: 03, 04 and 91. RGB value is (3,4,145). Sum of RGB (Red+Green+Blue) = 3+4+145=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 145 (57.03% from 255 or 95.39% from 152); Max value from RGB is 145 - color contains mainly: blue. Hex color #030491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030491 is #FCFB6E. Grayscale: #131313. Windows color (decimal): -16579439 or 9503747. OLE color: 9503747.

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

Color convert

RGB 3 4 145 -
CMYK 0.98 0.97 0 0.43
HSL 239.58º 0.96% 0.29% -
HSV(B) 239.58º 0.98% 0.57% -
XYZ 5.19 2.15 26.93 -
YUV 19.78 198.67 116.04 -
System Red Green Blue C M Y K H S L
Decimal 3 4 145 0.98 0.97 0 0.43 239.58 0.96 0.29
Hex 3 4 91 62 61 0 2B F0 60 1D
Octal 3 4 221 142 141 0 53 360 140 35
Binary 11 100 10010001 1100010 1100001 0 101011 11110000 1100000 11101

Color Harmonies of #030491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030491

Black with #030491

Text Example


Text Example

White with #030491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030491; }

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

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

background-color css

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

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

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

border-color css

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

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

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