Html Css Color HEX #030790 Dark Blue

📋 copy color: '#030790'

red 3 ◦ green 7 ◦ blue 144

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

Shades of Dark Blue #030790

Tints of Dark Blue #030790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 93.51%

R = 1.95%
G = 4.55%
B = 93.51%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#030790 (or 0x030790) is known color: Dark Blue. HEX triplet: 03, 07 and 90. RGB value is (3,7,144). Sum of RGB (Red+Green+Blue) = 3+7+144=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 144 (56.64% from 255 or 93.51% from 154); Max value from RGB is 144 - color contains mainly: blue. Hex color #030790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030790 is #FCF86F. Grayscale: #141414. Windows color (decimal): -16578672 or 9438979. OLE color: 9438979.

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

Color convert

RGB 3 7 144 -
CMYK 0.98 0.95 0 0.44
HSL 238.3º 0.96% 0.29% -
HSV(B) 238.3º 0.98% 0.56% -
XYZ 5.15 2.18 26.54 -
YUV 21.42 197.17 114.86 -
System Red Green Blue C M Y K H S L
Decimal 3 7 144 0.98 0.95 0 0.44 238.3 0.96 0.29
Hex 3 7 90 62 5F 0 2C EE 60 1D
Octal 3 7 220 142 137 0 54 356 140 35
Binary 11 111 10010000 1100010 1011111 0 101100 11101110 1100000 11101

Color Harmonies of #030790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030790

Black with #030790

Text Example


Text Example

White with #030790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030790; }

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

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

background-color css

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

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

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

border-color css

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

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

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