Html Css Color HEX #030D3C Midnight Express

📋 copy color: '#030D3C'

red 3 ◦ green 13 ◦ blue 60

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

Shades of Midnight Express #030D3C

Tints of Midnight Express #030D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 78.95%

R = 3.95%
G = 17.11%
B = 78.95%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#030D3C (or 0x030D3C) is known color: Midnight Express. HEX triplet: 03, 0D and 3C. RGB value is (3,13,60). Sum of RGB (Red+Green+Blue) = 3+13+60=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 60 (23.83% from 255 or 78.95% from 76); Max value from RGB is 60 - color contains mainly: blue. Hex color #030D3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D3C is #FCF2C3. Grayscale: #0F0F0F. Windows color (decimal): -16577220 or 3935491. OLE color: 3935491.

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

Color convert

RGB 3 13 60 -
CMYK 0.95 0.78 0 0.76
HSL 229.47º 0.9% 0.12% -
HSV(B) 229.47º 0.95% 0.24% -
XYZ 1 0.63 4.34 -
YUV 15.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 3 13 60 0.95 0.78 0 0.76 229.47 0.9 0.12
Hex 3 D 3C 5F 4E 0 4C E5 5A C
Octal 3 15 74 137 116 0 114 345 132 14
Binary 11 1101 111100 1011111 1001110 0 1001100 11100101 1011010 1100

Color Harmonies of #030D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D3C

Black with #030D3C

Text Example


Text Example

White with #030D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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