#06009E

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

Shades of New Midnight Blue #06009E

Tints of New Midnight Blue #06009E

Color information

#06009E (or 0x06009E) is unknown color: approx New Midnight Blue. HEX triplet: 06, 00 and 9E. RGB value is (6,0,158). Sum of RGB (Red+Green+Blue) = 6+0+158=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 158 (62.11% from 255 or 96.34% from 164); Max value from RGB is 158 - color contains mainly: blue. Hex color #06009E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06009E is #F9FF61. Grayscale: #131313. Windows color (decimal): -16383842 or 10354694. OLE color: 10354694.

HSL color Cylindrical-coordinate representation of color #06009E: hue angle of 242.28º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06009E is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB60158-
CMYK0.96100.38
HSL242.28º100%30.98%-
HSV(B)242.28º100%61.96%-
XYZ6.252.5132.5-
YUV19.81205.99118.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 96.34%
R=3.66%
G=0%
B=96.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal601580.96100.38242.2810030.98
Hex609E6064026f2641f
Octal6023614014404636214437
Binary11001001111011000001100100010011011110010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06009E; }

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

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

<style>
 a { background-color: #06009E; }

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

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

<style>
 span { border-color: #06009E; }

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

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