Html Css Color HEX #060895 New Midnight Blue

📋 copy color: '#060895'

red 6 ◦ green 8 ◦ blue 149

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

Shades of New Midnight Blue #060895

Tints of New Midnight Blue #060895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.91%

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

R = 3.68%
G = 4.91%
B = 91.41%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#060895 (or 0x060895) is known color: New Midnight Blue. HEX triplet: 06, 08 and 95. RGB value is (6,8,149). Sum of RGB (Red+Green+Blue) = 6+8+149=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 149 (58.59% from 255 or 91.41% from 163); Max value from RGB is 149 - color contains mainly: blue. Hex color #060895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060895 is #F9F76A. Grayscale: #161616. Windows color (decimal): -16381803 or 9766918. OLE color: 9766918.

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

Color convert

RGB 6 8 149 -
CMYK 0.96 0.95 0 0.42
HSL 239.16º 0.92% 0.3% -
HSV(B) 239.16º 0.96% 0.58% -
XYZ 5.59 2.38 28.6 -
YUV 23.48 198.84 115.54 -
System Red Green Blue C M Y K H S L
Decimal 6 8 149 0.96 0.95 0 0.42 239.16 0.92 0.3
Hex 6 8 95 60 5F 0 2A EF 5C 1E
Octal 6 10 225 140 137 0 52 357 134 36
Binary 110 1000 10010101 1100000 1011111 0 101010 11101111 1011100 11110

Color Harmonies of #060895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060895

Black with #060895

Text Example


Text Example

White with #060895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060895; }

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

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

background-color css

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

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

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

border-color css

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

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

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