#0613A5

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

Shades of New Midnight Blue #0613A5

Tints of New Midnight Blue #0613A5

Color information

#0613A5 (or 0x0613A5) is unknown color: approx New Midnight Blue. HEX triplet: 06, 13 and A5. RGB value is (6,19,165). Sum of RGB (Red+Green+Blue) = 6+19+165=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 165 (64.84% from 255 or 86.84% from 190); Max value from RGB is 165 - color contains mainly: blue. Hex color #0613A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0613A5 is #F9EC5A. Grayscale: #1F1F1F. Windows color (decimal): -16378971 or 10818310. OLE color: 10818310.

HSL color Cylindrical-coordinate representation of color #0613A5: hue angle of 235.09º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0613A5 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB619165-
CMYK0.960.8800.35
HSL235.09º92.98%33.53%-
HSV(B)235.09º96.36%64.71%-
XYZ7.13.2235.84-
YUV31.76203.19109.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 165 (64.84% from 255) = 86.84%
R=3.16%
G=10%
B=86.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6191650.960.8800.35235.0992.9833.53
Hex613A56058023eb5d22
Octal62324514013004335313542
Binary1101001110100101110000010110000100011111010111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0613A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0613A5; }

 p { color: rgb(6,19,165); }

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

<style>
 a { background-color: #0613A5; }

 a { background-color: rgb(6,19,165); }

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

<style>
 span { border-color: #0613A5; }

 span { border-color: rgb(6,19,165); }

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