Html Css Color HEX #06009B New Midnight Blue

📋 copy color: '#06009B'

red 6 ◦ green 0 ◦ blue 155

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

Shades of New Midnight Blue #06009B

Tints of New Midnight Blue #06009B

RGB

 RED value IS 6 (2.73% from 255) = 3.73%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 155 (60.94% from 255) = 96.27%

R = 3.73%
G = 0%
B = 96.27%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06009B (or 0x06009B) is known color: New Midnight Blue. HEX triplet: 06, 00 and 9B. RGB value is (6,0,155). Sum of RGB (Red+Green+Blue) = 6+0+155=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 155 (60.94% from 255 or 96.27% from 161); Max value from RGB is 155 - color contains mainly: blue. Hex color #06009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06009B is #F9FF64. Grayscale: #121212. Windows color (decimal): -16383845 or 10158086. OLE color: 10158086.

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

Color convert

RGB 6 0 155 -
CMYK 0.96 1 0 0.39
HSL 242.32º 1% 0.3% -
HSV(B) 242.32º 1% 0.61% -
XYZ 5.99 2.41 31.16 -
YUV 19.46 204.49 118.4 -
System Red Green Blue C M Y K H S L
Decimal 6 0 155 0.96 1 0 0.39 242.32 1 0.3
Hex 6 0 9B 60 64 0 27 F2 64 1E
Octal 6 0 233 140 144 0 47 362 144 36
Binary 110 0 10011011 1100000 1100100 0 100111 11110010 1100100 11110

Color Harmonies of #06009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06009B

Black with #06009B

Text Example


Text Example

White with #06009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06009B;
 }
 .AnyTagClassName
 {
   color: #06009B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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