Html Css Color HEX #030C3C Midnight Express

📋 copy color: '#030C3C'

red 3 ◦ green 12 ◦ blue 60

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

Shades of Midnight Express #030C3C

Tints of Midnight Express #030C3C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16%

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

R = 4%
G = 16%
B = 80%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#030C3C (or 0x030C3C) is known color: Midnight Express. HEX triplet: 03, 0C and 3C. RGB value is (3,12,60). Sum of RGB (Red+Green+Blue) = 3+12+60=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 60 (23.83% from 255 or 80% from 75); Max value from RGB is 60 - color contains mainly: blue. Hex color #030C3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C3C is #FCF3C3. Grayscale: #0E0E0E. Windows color (decimal): -16577476 or 3935235. OLE color: 3935235.

HSL color Cylindrical-coordinate representation of color #030C3C: hue angle of 230.53º 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 #030C3C is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 12 60 -
CMYK 0.95 0.80 0 0.76
HSL 230.53º 0.9% 0.12% -
HSV(B) 230.53º 0.95% 0.24% -
XYZ 0.98 0.61 4.34 -
YUV 14.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 3 12 60 0.95 0.80 0 0.76 230.53 0.9 0.12
Hex 3 C 3C 5F 50 0 4C E7 5A C
Octal 3 14 74 137 120 0 114 347 132 14
Binary 11 1100 111100 1011111 1010000 0 1001100 11100111 1011010 1100

Color Harmonies of #030C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C3C

Black with #030C3C

Text Example


Text Example

White with #030C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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