Html Css Color HEX #030090 Dark Blue

📋 copy color: '#030090'

red 3 ◦ green 0 ◦ blue 144

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

Shades of Dark Blue #030090

Tints of Dark Blue #030090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 2.04%
G = 0%
B = 97.96%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#030090 (or 0x030090) is known color: Dark Blue. HEX triplet: 03, 00 and 90. RGB value is (3,0,144). Sum of RGB (Red+Green+Blue) = 3+0+144=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 144 (56.64% from 255 or 97.96% from 147); Max value from RGB is 144 - color contains mainly: blue. Hex color #030090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030090 is #FCFF6F. Grayscale: #101010. Windows color (decimal): -16580464 or 9437187. OLE color: 9437187.

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

Color convert

RGB 3 0 144 -
CMYK 0.98 1 0 0.44
HSL 241.25º 1% 0.28% -
HSV(B) 241.25º 1% 0.56% -
XYZ 5.07 2.03 26.51 -
YUV 17.31 199.49 117.79 -
System Red Green Blue C M Y K H S L
Decimal 3 0 144 0.98 1 0 0.44 241.25 1 0.28
Hex 3 0 90 62 64 0 2C F1 64 1C
Octal 3 0 220 142 144 0 54 361 144 34
Binary 11 0 10010000 1100010 1100100 0 101100 11110001 1100100 11100

Color Harmonies of #030090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030090

Black with #030090

Text Example


Text Example

White with #030090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030090; }

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

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

background-color css

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

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

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

border-color css

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

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

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