Html Css Color HEX #030691 Dark Blue

📋 copy color: '#030691'

red 3 ◦ green 6 ◦ blue 145

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

Shades of Dark Blue #030691

Tints of Dark Blue #030691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.9%

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

R = 1.95%
G = 3.9%
B = 94.16%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030691 (or 0x030691) is known color: Dark Blue. HEX triplet: 03, 06 and 91. RGB value is (3,6,145). Sum of RGB (Red+Green+Blue) = 3+6+145=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 145 (57.03% from 255 or 94.16% from 154); Max value from RGB is 145 - color contains mainly: blue. Hex color #030691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030691 is #FCF96E. Grayscale: #141414. Windows color (decimal): -16578927 or 9504259. OLE color: 9504259.

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

Color convert

RGB 3 6 145 -
CMYK 0.98 0.96 0 0.43
HSL 238.73º 0.96% 0.29% -
HSV(B) 238.73º 0.98% 0.57% -
XYZ 5.21 2.19 26.94 -
YUV 20.95 198.01 115.2 -
System Red Green Blue C M Y K H S L
Decimal 3 6 145 0.98 0.96 0 0.43 238.73 0.96 0.29
Hex 3 6 91 62 60 0 2B EF 60 1D
Octal 3 6 221 142 140 0 53 357 140 35
Binary 11 110 10010001 1100010 1100000 0 101011 11101111 1100000 11101

Color Harmonies of #030691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030691

Black with #030691

Text Example


Text Example

White with #030691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030691; }

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

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

background-color css

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

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

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

border-color css

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

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

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