#0600A3

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

Shades of New Midnight Blue #0600A3

Tints of New Midnight Blue #0600A3

Color information

#0600A3 (or 0x0600A3) is unknown color: approx New Midnight Blue. HEX triplet: 06, 00 and A3. RGB value is (6,0,163). Sum of RGB (Red+Green+Blue) = 6+0+163=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 163 (64.06% from 255 or 96.45% from 169); Max value from RGB is 163 - color contains mainly: blue. Hex color #0600A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0600A3 is #F9FF5C. Grayscale: #131313. Windows color (decimal): -16383837 or 10682374. OLE color: 10682374.

HSL color Cylindrical-coordinate representation of color #0600A3: hue angle of 242.21º 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 #0600A3 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB60163-
CMYK0.96100.36
HSL242.21º100%31.96%-
HSV(B)242.21º100%63.92%-
XYZ6.692.6834.82-
YUV20.38208.49117.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 163 (64.06% from 255) = 96.45%
R=3.55%
G=0%
B=96.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601630.96100.36242.2110031.96
Hex60A36064024f26420
Octal6024314014404436214440
Binary110010100011110000011001000100100111100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0600A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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