#0C1A7A

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

Shades of Midnight Blue #0C1A7A

Tints of Midnight Blue #0C1A7A

Color information

#0C1A7A (or 0x0C1A7A) is unknown color: approx Midnight Blue. HEX triplet: 0C, 1A and 7A. RGB value is (12,26,122). Sum of RGB (Red+Green+Blue) = 12+26+122=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C1A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1A7A is #F3E585. Grayscale: #202020. Windows color (decimal): -15984006 or 8002060. OLE color: 8002060.

HSL color Cylindrical-coordinate representation of color #0C1A7A: hue angle of 232.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C1A7A is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1226122-
CMYK0.900.7900.52
HSL232.36º82.09%26.27%-
HSV(B)232.36º90.16%47.84%-
XYZ4.032.2218.63-
YUV32.76178.36113.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.5%
GREEN value IS 26 (10.55% from 255) = 16.25%
BLUE value IS 122 (48.05% from 255) = 76.25%
R=7.5%
G=16.25%
B=76.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12261220.900.7900.52232.3682.0926.27
HexC1A7A5A4F034e8521a
Octal143217213211706435012232
Binary110011010111101010110101001111011010011101000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,26,122); }

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

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

 a { background-color: rgb(12,26,122); }

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

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

 span { border-color: rgb(12,26,122); }

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