#1205B0

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

Shades of New Midnight Blue #1205B0

Tints of New Midnight Blue #1205B0

Color information

#1205B0 (or 0x1205B0) is unknown color: approx New Midnight Blue. HEX triplet: 12, 05 and B0. RGB value is (18,5,176). Sum of RGB (Red+Green+Blue) = 18+5+176=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 176 (69.14% from 255 or 88.44% from 199); Max value from RGB is 176 - color contains mainly: blue. Hex color #1205B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1205B0 is #EDFA4F. Grayscale: #1B1B1B. Windows color (decimal): -15596112 or 11535634. OLE color: 11535634.

HSL color Cylindrical-coordinate representation of color #1205B0: hue angle of 244.56º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1205B0 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB185176-
CMYK0.900.9700.31
HSL244.56º94.48%35.49%-
HSV(B)244.56º97.16%69.02%-
XYZ8.143.3741.3-
YUV28.38211.31120.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 176 (69.14% from 255) = 88.44%
R=9.05%
G=2.51%
B=88.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1851760.900.9700.31244.5694.4835.49
Hex125B05A6101Ff55e23
Octal22526013214103736513643
Binary100101011011000010110101100001011111111101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1205B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1205B0; }

 p { color: rgb(18,5,176); }

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

<style>
 a { background-color: #1205B0; }

 a { background-color: rgb(18,5,176); }

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

<style>
 span { border-color: #1205B0; }

 span { border-color: rgb(18,5,176); }

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