Html Css Color HEX #030C38 Midnight Express

📋 copy color: '#030C38'

red 3 ◦ green 12 ◦ blue 56

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

Shades of Midnight Express #030C38

Tints of Midnight Express #030C38

RGB

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

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

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

R = 4.23%
G = 16.9%
B = 78.87%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#030C38 (or 0x030C38) is known color: Midnight Express. HEX triplet: 03, 0C and 38. RGB value is (3,12,56). Sum of RGB (Red+Green+Blue) = 3+12+56=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 56 (22.27% from 255 or 78.87% from 71); Max value from RGB is 56 - color contains mainly: blue. Hex color #030C38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C38 is #FCF3C7. Grayscale: #0E0E0E. Windows color (decimal): -16577480 or 3673091. OLE color: 3673091.

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

Color convert

RGB 3 12 56 -
CMYK 0.95 0.79 0 0.78
HSL 229.81º 0.9% 0.12% -
HSV(B) 229.81º 0.95% 0.22% -
XYZ 0.88 0.57 3.8 -
YUV 14.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 3 12 56 0.95 0.79 0 0.78 229.81 0.9 0.12
Hex 3 C 38 5F 4F 0 4E E6 5A C
Octal 3 14 70 137 117 0 116 346 132 14
Binary 11 1100 111000 1011111 1001111 0 1001110 11100110 1011010 1100

Color Harmonies of #030C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C38

Black with #030C38

Text Example


Text Example

White with #030C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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