Html Css Color HEX #030690 Dark Blue

📋 copy color: '#030690'

red 3 ◦ green 6 ◦ blue 144

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

Shades of Dark Blue #030690

Tints of Dark Blue #030690

RGB

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

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

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

R = 1.96%
G = 3.92%
B = 94.12%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#030690 (or 0x030690) is known color: Dark Blue. HEX triplet: 03, 06 and 90. RGB value is (3,6,144). Sum of RGB (Red+Green+Blue) = 3+6+144=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 144 (56.64% from 255 or 94.12% from 153); Max value from RGB is 144 - color contains mainly: blue. Hex color #030690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030690 is #FCF96F. Grayscale: #141414. Windows color (decimal): -16578928 or 9438723. OLE color: 9438723.

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

Color convert

RGB 3 6 144 -
CMYK 0.98 0.96 0 0.44
HSL 238.72º 0.96% 0.29% -
HSV(B) 238.72º 0.98% 0.56% -
XYZ 5.14 2.16 26.53 -
YUV 20.84 197.51 115.28 -
System Red Green Blue C M Y K H S L
Decimal 3 6 144 0.98 0.96 0 0.44 238.72 0.96 0.29
Hex 3 6 90 62 60 0 2C EF 60 1D
Octal 3 6 220 142 140 0 54 357 140 35
Binary 11 110 10010000 1100010 1100000 0 101100 11101111 1100000 11101

Color Harmonies of #030690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030690

Black with #030690

Text Example


Text Example

White with #030690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030690; }

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

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

background-color css

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

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

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

border-color css

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

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

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