Html Css Color HEX #030A33 Midnight Express

📋 copy color: '#030A33'

red 3 ◦ green 10 ◦ blue 51

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

Shades of Midnight Express #030A33

Tints of Midnight Express #030A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.63%

 BLUE value IS 51 (20.31% from 255) = 79.69%

R = 4.69%
G = 15.63%
B = 79.69%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#030A33 (or 0x030A33) is known color: Midnight Express. HEX triplet: 03, 0A and 33. RGB value is (3,10,51). Sum of RGB (Red+Green+Blue) = 3+10+51=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 51 (20.31% from 255 or 79.69% from 64); Max value from RGB is 51 - color contains mainly: blue. Hex color #030A33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A33 is #FCF5CC. Grayscale: #0C0C0C. Windows color (decimal): -16577997 or 3344899. OLE color: 3344899.

HSL color Cylindrical-coordinate representation of color #030A33: hue angle of 231.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030A33 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 3 10 51 -
CMYK 0.94 0.80 0 0.8
HSL 231.25º 0.89% 0.11% -
HSV(B) 231.25º 0.94% 0.2% -
XYZ 0.74 0.48 3.18 -
YUV 12.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 3 10 51 0.94 0.80 0 0.8 231.25 0.89 0.11
Hex 3 A 33 5E 50 0 50 E7 59 B
Octal 3 12 63 136 120 0 120 347 131 13
Binary 11 1010 110011 1011110 1010000 0 1010000 11100111 1011001 1011

Color Harmonies of #030A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A33

Black with #030A33

Text Example


Text Example

White with #030A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030A33; }

 p { color: rgb(3,10,51); }

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

background-color css

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

 a { background-color: rgb(3,10,51); }

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

border-color css

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

 span { border-color: rgb(3,10,51); }

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