Html Css Color HEX #030D38 Midnight Express

📋 copy color: '#030D38'

red 3 ◦ green 13 ◦ blue 56

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

Shades of Midnight Express #030D38

Tints of Midnight Express #030D38

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.06%

 BLUE value IS 56 (22.27% from 255) = 77.78%

R = 4.17%
G = 18.06%
B = 77.78%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#030D38 (or 0x030D38) is known color: Midnight Express. HEX triplet: 03, 0D and 38. RGB value is (3,13,56). Sum of RGB (Red+Green+Blue) = 3+13+56=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 56 (22.27% from 255 or 77.78% from 72); Max value from RGB is 56 - color contains mainly: blue. Hex color #030D38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D38 is #FCF2C7. Grayscale: #0E0E0E. Windows color (decimal): -16577224 or 3673347. OLE color: 3673347.

HSL color Cylindrical-coordinate representation of color #030D38: hue angle of 228.68º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030D38 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 13 56 -
CMYK 0.95 0.77 0 0.78
HSL 228.68º 0.9% 0.12% -
HSV(B) 228.68º 0.95% 0.22% -
XYZ 0.9 0.59 3.81 -
YUV 14.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 3 13 56 0.95 0.77 0 0.78 228.68 0.9 0.12
Hex 3 D 38 5F 4D 0 4E E5 5A C
Octal 3 15 70 137 115 0 116 345 132 14
Binary 11 1101 111000 1011111 1001101 0 1001110 11100101 1011010 1100

Color Harmonies of #030D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D38

Black with #030D38

Text Example


Text Example

White with #030D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,13,56); }

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

background-color css

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

 a { background-color: rgb(3,13,56); }

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

border-color css

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

 span { border-color: rgb(3,13,56); }

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