Html Css Color HEX #030591 Dark Blue

📋 copy color: '#030591'

red 3 ◦ green 5 ◦ blue 145

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

Shades of Dark Blue #030591

Tints of Dark Blue #030591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.27%

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

R = 1.96%
G = 3.27%
B = 94.77%

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

#030591 (or 0x030591) is known color: Dark Blue. HEX triplet: 03, 05 and 91. RGB value is (3,5,145). Sum of RGB (Red+Green+Blue) = 3+5+145=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 145 (57.03% from 255 or 94.77% from 153); Max value from RGB is 145 - color contains mainly: blue. Hex color #030591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030591 is #FCFA6E. Grayscale: #131313. Windows color (decimal): -16579183 or 9504003. OLE color: 9504003.

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

Color convert

RGB 3 5 145 -
CMYK 0.98 0.97 0 0.43
HSL 239.15º 0.96% 0.29% -
HSV(B) 239.15º 0.98% 0.57% -
XYZ 5.2 2.17 26.93 -
YUV 20.36 198.34 115.62 -
System Red Green Blue C M Y K H S L
Decimal 3 5 145 0.98 0.97 0 0.43 239.15 0.96 0.29
Hex 3 5 91 62 61 0 2B EF 60 1D
Octal 3 5 221 142 141 0 53 357 140 35
Binary 11 101 10010001 1100010 1100001 0 101011 11101111 1100000 11101

Color Harmonies of #030591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030591

Black with #030591

Text Example


Text Example

White with #030591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030591; }

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

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

background-color css

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

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

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

border-color css

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

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

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