Html Css Color HEX #000C30 Midnight Express

📋 copy color: '#000C30'

red 0 ◦ green 12 ◦ blue 48

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

Shades of Midnight Express #000C30

Tints of Midnight Express #000C30

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 48 (19.14% from 255) = 80%

R = 0%
G = 20%
B = 80%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#000C30 (or 0x000C30) is known color: Midnight Express. HEX triplet: 00, 0C and 30. RGB value is (0,12,48). Sum of RGB (Red+Green+Blue) = 0+12+48=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 48 (19.14% from 255 or 80% from 60); Max value from RGB is 48 - color contains mainly: blue. Hex color #000C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C30 is #FFF3CF. Grayscale: #0C0C0C. Windows color (decimal): -16774096 or 3148800. OLE color: 3148800.

HSL color Cylindrical-coordinate representation of color #000C30: hue angle of 225º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C30 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 12 48 -
CMYK 1 0.75 0 0.81
HSL 225º 1% 0.09% -
HSV(B) 225º 1% 0.19% -
XYZ 0.66 0.48 2.85 -
YUV 12.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 0 12 48 1 0.75 0 0.81 225 1 0.09
Hex 0 C 30 64 4B 0 51 E1 64 9
Octal 0 14 60 144 113 0 121 341 144 11
Binary 0 1100 110000 1100100 1001011 0 1010001 11100001 1100100 1001

Color Harmonies of #000C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C30

Black with #000C30

Text Example


Text Example

White with #000C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000C30; }

 p { color: rgb(0,12,48); }

 H1.HeaderClassName
 {
   color: #000C30;
 }
 .AnyTagClassName
 {
   color: #000C30;
 }
</style>

background-color css

<style>
 a { background-color: #000C30; }

 a { background-color: rgb(0,12,48); }

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

border-color css

<style>
 span { border-color: #000C30; }

 span { border-color: rgb(0,12,48); }

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