Html Css Color HEX #030291 Dark Blue

📋 copy color: '#030291'

red 3 ◦ green 2 ◦ blue 145

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

Shades of Dark Blue #030291

Tints of Dark Blue #030291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 2%
G = 1.33%
B = 96.67%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030291 (or 0x030291) is known color: Dark Blue. HEX triplet: 03, 02 and 91. RGB value is (3,2,145). Sum of RGB (Red+Green+Blue) = 3+2+145=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 145 (57.03% from 255 or 96.67% from 150); Max value from RGB is 145 - color contains mainly: blue. Hex color #030291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030291 is #FCFD6E. Grayscale: #121212. Windows color (decimal): -16579951 or 9503235. OLE color: 9503235.

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

Color convert

RGB 3 2 145 -
CMYK 0.98 0.99 0 0.43
HSL 240.42º 0.97% 0.29% -
HSV(B) 240.42º 0.99% 0.57% -
XYZ 5.17 2.11 26.92 -
YUV 18.6 199.33 116.87 -
System Red Green Blue C M Y K H S L
Decimal 3 2 145 0.98 0.99 0 0.43 240.42 0.97 0.29
Hex 3 2 91 62 63 0 2B F0 61 1D
Octal 3 2 221 142 143 0 53 360 141 35
Binary 11 10 10010001 1100010 1100011 0 101011 11110000 1100001 11101

Color Harmonies of #030291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030291

Black with #030291

Text Example


Text Example

White with #030291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030291; }

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

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

background-color css

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

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

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

border-color css

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

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

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