#0C03B3

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

Shades of New Midnight Blue #0C03B3

Tints of New Midnight Blue #0C03B3

Color information

#0C03B3 (or 0x0C03B3) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 03 and B3. RGB value is (12,3,179). Sum of RGB (Red+Green+Blue) = 12+3+179=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 179 (70.31% from 255 or 92.27% from 194); Max value from RGB is 179 - color contains mainly: blue. Hex color #0C03B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C03B3 is #F3FC4C. Grayscale: #191919. Windows color (decimal): -15989837 or 11731724. OLE color: 11731724.

HSL color Cylindrical-coordinate representation of color #0C03B3: hue angle of 243.07º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C03B3 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB123179-
CMYK0.930.9800.30
HSL243.07º96.7%35.69%-
HSV(B)243.07º98.32%70.2%-
XYZ8.323.442.87-
YUV25.76214.48118.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.19%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 179 (70.31% from 255) = 92.27%
R=6.19%
G=1.55%
B=92.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1231790.930.9800.30243.0796.735.69
HexC3B35D6201Ef36124
Octal14326313514203636314144
Binary1100111011001110111011100010011110111100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C03B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,3,179); }

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

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

 a { background-color: rgb(12,3,179); }

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

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

 span { border-color: rgb(12,3,179); }

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