Html Css Color HEX #030791 Dark Blue

📋 copy color: '#030791'

red 3 ◦ green 7 ◦ blue 145

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

Shades of Dark Blue #030791

Tints of Dark Blue #030791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.52%

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

R = 1.94%
G = 4.52%
B = 93.55%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030791 (or 0x030791) is known color: Dark Blue. HEX triplet: 03, 07 and 91. RGB value is (3,7,145). Sum of RGB (Red+Green+Blue) = 3+7+145=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 145 (57.03% from 255 or 93.55% from 155); Max value from RGB is 145 - color contains mainly: blue. Hex color #030791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030791 is #FCF86E. Grayscale: #141414. Windows color (decimal): -16578671 or 9504515. OLE color: 9504515.

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

Color convert

RGB 3 7 145 -
CMYK 0.98 0.95 0 0.43
HSL 238.31º 0.96% 0.29% -
HSV(B) 238.31º 0.98% 0.57% -
XYZ 5.22 2.22 26.94 -
YUV 21.54 197.67 114.78 -
System Red Green Blue C M Y K H S L
Decimal 3 7 145 0.98 0.95 0 0.43 238.31 0.96 0.29
Hex 3 7 91 62 5F 0 2B EE 60 1D
Octal 3 7 221 142 137 0 53 356 140 35
Binary 11 111 10010001 1100010 1011111 0 101011 11101110 1100000 11101

Color Harmonies of #030791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030791

Black with #030791

Text Example


Text Example

White with #030791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030791; }

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

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

background-color css

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

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

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

border-color css

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

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

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