#0C10AF

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

Shades of New Midnight Blue #0C10AF

Tints of New Midnight Blue #0C10AF

Color information

#0C10AF (or 0x0C10AF) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 10 and AF. RGB value is (12,16,175). Sum of RGB (Red+Green+Blue) = 12+16+175=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 175 (68.75% from 255 or 86.21% from 203); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C10AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C10AF is #F3EF50. Grayscale: #202020. Windows color (decimal): -15986513 or 11472908. OLE color: 11472908.

HSL color Cylindrical-coordinate representation of color #0C10AF: hue angle of 238.53º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C10AF is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1216175-
CMYK0.930.9100.31
HSL238.53º87.17%36.67%-
HSV(B)238.53º93.14%68.63%-
XYZ8.073.5440.82-
YUV32.93208.17113.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 175 (68.75% from 255) = 86.21%
R=5.91%
G=7.88%
B=86.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12161750.930.9100.31238.5387.1736.67
HexC10AF5D5B01Fef5725
Octal142025713513303735712745
Binary1100100001010111110111011011011011111111011111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C10AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,16,175); }

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

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

 a { background-color: rgb(12,16,175); }

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

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

 span { border-color: rgb(12,16,175); }

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