#1300A3

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

Shades of New Midnight Blue #1300A3

Tints of New Midnight Blue #1300A3

Color information

#1300A3 (or 0x1300A3) is unknown color: approx New Midnight Blue. HEX triplet: 13, 00 and A3. RGB value is (19,0,163). Sum of RGB (Red+Green+Blue) = 19+0+163=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 163 (64.06% from 255 or 89.56% from 182); Max value from RGB is 163 - color contains mainly: blue. Hex color #1300A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1300A3 is #ECFF5C. Grayscale: #171717. Windows color (decimal): -15531869 or 10682387. OLE color: 10682387.

HSL color Cylindrical-coordinate representation of color #1300A3: hue angle of 246.99º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300A3 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB190163-
CMYK0.88100.36
HSL246.99º100%31.96%-
HSV(B)246.99º100%63.92%-
XYZ6.882.7834.82-
YUV24.26206.29124.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 163 (64.06% from 255) = 89.56%
R=10.44%
G=0%
B=89.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1901630.88100.36246.9910031.96
Hex130A35864024f76420
Octal23024313014404436714440
Binary10011010100011101100011001000100100111101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1300A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1300A3; }

 p { color: rgb(19,0,163); }

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

<style>
 a { background-color: #1300A3; }

 a { background-color: rgb(19,0,163); }

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

<style>
 span { border-color: #1300A3; }

 span { border-color: rgb(19,0,163); }

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