Html Css Color HEX #030442 Midnight Express

📋 copy color: '#030442'

red 3 ◦ green 4 ◦ blue 66

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

Shades of Midnight Express #030442

Tints of Midnight Express #030442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.48%

 BLUE value IS 66 (26.17% from 255) = 90.41%

R = 4.11%
G = 5.48%
B = 90.41%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#030442 (or 0x030442) is known color: Midnight Express. HEX triplet: 03, 04 and 42. RGB value is (3,4,66). Sum of RGB (Red+Green+Blue) = 3+4+66=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 66 (26.17% from 255 or 90.41% from 73); Max value from RGB is 66 - color contains mainly: blue. Hex color #030442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030442 is #FCFBBD. Grayscale: #0A0A0A. Windows color (decimal): -16579518 or 4326403. OLE color: 4326403.

HSL color Cylindrical-coordinate representation of color #030442: hue angle of 239.05º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030442 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 4 66 -
CMYK 0.95 0.94 0 0.74
HSL 239.05º 0.91% 0.14% -
HSV(B) 239.05º 0.95% 0.26% -
XYZ 1.06 0.5 5.19 -
YUV 10.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 3 4 66 0.95 0.94 0 0.74 239.05 0.91 0.14
Hex 3 4 42 5F 5E 0 4A EF 5B E
Octal 3 4 102 137 136 0 112 357 133 16
Binary 11 100 1000010 1011111 1011110 0 1001010 11101111 1011011 1110

Color Harmonies of #030442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030442

Black with #030442

Text Example


Text Example

White with #030442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030442; }

 p { color: rgb(3,4,66); }

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

background-color css

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

 a { background-color: rgb(3,4,66); }

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

border-color css

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

 span { border-color: rgb(3,4,66); }

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