#0C1230

Color #0C1230 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #0C1230

Tints of Midnight Express #0C1230

Color information

#0C1230 (or 0x0C1230) is unknown color: approx Midnight Express. HEX triplet: 0C, 12 and 30. RGB value is (12,18,48). Sum of RGB (Red+Green+Blue) = 12+18+48=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C1230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1230 is #F3EDCF. Grayscale: #131313. Windows color (decimal): -15986128 or 3150348. OLE color: 3150348.

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

Color convert

RGB121848-
CMYK0.750.6300.81
HSL230º60%11.76%-
HSV(B)230º75%18.82%-
XYZ0.90.722.89-
YUV19.63144.01122.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.38%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=15.38%
G=23.08%
B=61.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1218480.750.6300.812306011.76
HexC12304B3F051e63cc
Octal1422601137701213467414
Binary110010010110000100101111111101010001111001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C1230; }

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

 H1.HeaderClassName
 {
   color: #0C1230;
 }
 .AnyTagClassName
 {
   color: #0C1230;
 }
</style>
background-color css

<style>
 a { background-color: #0C1230; }

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

 div.DivClassName
 {
   background-color: #0C1230;
 }
 .BgClassName
 {
   background-color: #0C1230;
 }
</style>
border-color css

<style>
 span { border-color: #0C1230; }

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

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