#1c0f6b

Color #1C0F6B Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1C0F6B

Tints of Midnight Blue #1C0F6B

Color information

#1C0F6B (or 0x1C0F6B) is unknown color: approx Midnight Blue. HEX triplet: 1C, 0F and 6B. RGB value is (28,15,107). Sum of RGB (Red+Green+Blue) = 28+15+107=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C0F6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0F6B is #E3F094. Grayscale: #1D1D1D. Windows color (decimal): -14938261 or 7016220. OLE color: 7016220.

HSL color Cylindrical-coordinate representation of color #1C0F6B: hue angle of 248.48º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C0F6B is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2815107-
CMYK0.740.8600.58
HSL248.48º75.41%23.92%-
HSV(B)248.48º85.98%41.96%-
XYZ3.31.6514.05-
YUV29.38171.81127.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.67%
GREEN value IS 15 (6.25% from 255) = 10%
BLUE value IS 107 (42.19% from 255) = 71.33%
R=18.67%
G=10%
B=71.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28151070.740.8600.58248.4875.4123.92
Hex1CF6B4A5603Af84b18
Octal341715311212607237011330
Binary111001111110101110010101010110011101011111000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c0f6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1c0f6b; }

 p { color: rgb(28,15,107); }

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

<style>
 a { background-color: #1c0f6b; }

 a { background-color: rgb(28,15,107); }

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

<style>
 span { border-color: #1c0f6b; }

 span { border-color: rgb(28,15,107); }

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