#0C1330

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

Shades of Midnight Express #0C1330

Tints of Midnight Express #0C1330

Color information

#0C1330 (or 0x0C1330) is unknown color: approx Midnight Express. HEX triplet: 0C, 13 and 30. RGB value is (12,19,48). Sum of RGB (Red+Green+Blue) = 12+19+48=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C1330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1330 is #F3ECCF. Grayscale: #141414. Windows color (decimal): -15985872 or 3150604. OLE color: 3150604.

HSL color Cylindrical-coordinate representation of color #0C1330: hue angle of 228.33º 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 #0C1330 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB121948-
CMYK0.750.6000.81
HSL228.33º60%11.76%-
HSV(B)228.33º75%18.82%-
XYZ0.920.762.89-
YUV20.21143.68122.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.19%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 48 (19.14% from 255) = 60.76%
R=15.19%
G=24.05%
B=60.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1219480.750.6000.81228.336011.76
HexC13304B3C051e43cc
Octal1423601137401213447414
Binary110010011110000100101111110001010001111001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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