Html Css Color HEX #060095 New Midnight Blue

📋 copy color: '#060095'

red 6 ◦ green 0 ◦ blue 149

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

Shades of New Midnight Blue #060095

Tints of New Midnight Blue #060095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 96.13%

R = 3.87%
G = 0%
B = 96.13%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#060095 (or 0x060095) is known color: New Midnight Blue. HEX triplet: 06, 00 and 95. RGB value is (6,0,149). Sum of RGB (Red+Green+Blue) = 6+0+149=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 149 (58.59% from 255 or 96.13% from 155); Max value from RGB is 149 - color contains mainly: blue. Hex color #060095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060095 is #F9FF6A. Grayscale: #121212. Windows color (decimal): -16383851 or 9764870. OLE color: 9764870.

HSL color Cylindrical-coordinate representation of color #060095: hue angle of 242.42º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060095 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 0 149 -
CMYK 0.96 1 0 0.42
HSL 242.42º 1% 0.29% -
HSV(B) 242.42º 1% 0.58% -
XYZ 5.5 2.21 28.57 -
YUV 18.78 201.49 118.88 -
System Red Green Blue C M Y K H S L
Decimal 6 0 149 0.96 1 0 0.42 242.42 1 0.29
Hex 6 0 95 60 64 0 2A F2 64 1D
Octal 6 0 225 140 144 0 52 362 144 35
Binary 110 0 10010101 1100000 1100100 0 101010 11110010 1100100 11101

Color Harmonies of #060095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060095

Black with #060095

Text Example


Text Example

White with #060095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060095; }

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

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

background-color css

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

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

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

border-color css

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

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

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