Html Css Color HEX #06009E New Midnight Blue

📋 copy color: '#06009E'

red 6 ◦ green 0 ◦ blue 158

#06009E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #06009E

Tints of New Midnight Blue #06009E

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 value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06009E (or 0x06009E) is known color: 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

RGB 6 0 158 -
CMYK 0.96 1 0 0.38
HSL 242.28º 1% 0.31% -
HSV(B) 242.28º 1% 0.62% -
XYZ 6.25 2.51 32.5 -
YUV 19.81 205.99 118.15 -
System Red Green Blue C M Y K H S L
Decimal 6 0 158 0.96 1 0 0.38 242.28 1 0.31
Hex 6 0 9E 60 64 0 26 F2 64 1F
Octal 6 0 236 140 144 0 46 362 144 37
Binary 110 0 10011110 1100000 1100100 0 100110 11110010 1100100 11111

Color Harmonies of #06009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06009E

Black with #06009E

Text Example


Text Example

White with #06009E

Text Example


Text Example

HTML Codes & Css Web 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>