#1C1F7B

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

Shades of Midnight Blue #1C1F7B

Tints of Midnight Blue #1C1F7B

Color information

#1C1F7B (or 0x1C1F7B) is unknown color: approx Midnight Blue. HEX triplet: 1C, 1F and 7B. RGB value is (28,31,123). Sum of RGB (Red+Green+Blue) = 28+31+123=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C1F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1F7B is #E3E084. Grayscale: #282828. Windows color (decimal): -14934149 or 8068892. OLE color: 8068892.

HSL color Cylindrical-coordinate representation of color #1C1F7B: hue angle of 238.11º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C1F7B is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2831123-
CMYK0.770.7500.52
HSL238.11º62.91%29.61%-
HSV(B)238.11º77.24%48.24%-
XYZ4.542.6619.01-
YUV40.59174.51119.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.38%
GREEN value IS 31 (12.5% from 255) = 17.03%
BLUE value IS 123 (48.44% from 255) = 67.58%
R=15.38%
G=17.03%
B=67.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28311230.770.7500.52238.1162.9129.61
Hex1C1F7B4D4B034ee3f1e
Octal34371731151130643567736
Binary111001111111110111001101100101101101001110111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,31,123); }

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

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

 a { background-color: rgb(28,31,123); }

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

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

 span { border-color: rgb(28,31,123); }

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