Html Css Color HEX #030C34 Midnight Express

📋 copy color: '#030C34'

red 3 ◦ green 12 ◦ blue 52

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

Shades of Midnight Express #030C34

Tints of Midnight Express #030C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 77.61%

R = 4.48%
G = 17.91%
B = 77.61%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#030C34 (or 0x030C34) is known color: Midnight Express. HEX triplet: 03, 0C and 34. RGB value is (3,12,52). Sum of RGB (Red+Green+Blue) = 3+12+52=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 52 (20.70% from 255 or 77.61% from 67); Max value from RGB is 52 - color contains mainly: blue. Hex color #030C34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C34 is #FCF3CB. Grayscale: #0D0D0D. Windows color (decimal): -16577484 or 3410947. OLE color: 3410947.

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

Color convert

RGB 3 12 52 -
CMYK 0.94 0.77 0 0.80
HSL 228.98º 0.89% 0.11% -
HSV(B) 228.98º 0.94% 0.2% -
XYZ 0.79 0.53 3.31 -
YUV 13.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 3 12 52 0.94 0.77 0 0.80 228.98 0.89 0.11
Hex 3 C 34 5E 4D 0 50 E5 59 B
Octal 3 14 64 136 115 0 120 345 131 13
Binary 11 1100 110100 1011110 1001101 0 1010000 11100101 1011001 1011

Color Harmonies of #030C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C34

Black with #030C34

Text Example


Text Example

White with #030C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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