Html Css Color HEX #06085F Midnight Blue

📋 copy color: '#06085F'

red 6 ◦ green 8 ◦ blue 95

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

Shades of Midnight Blue #06085F

Tints of Midnight Blue #06085F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 87.16%

R = 5.5%
G = 7.34%
B = 87.16%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06085F (or 0x06085F) is known color: Midnight Blue. HEX triplet: 06, 08 and 5F. RGB value is (6,8,95). Sum of RGB (Red+Green+Blue) = 6+8+95=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 95 (37.5% from 255 or 87.16% from 109); Max value from RGB is 95 - color contains mainly: blue. Hex color #06085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06085F is #F9F7A0. Grayscale: #101010. Windows color (decimal): -16381857 or 6227974. OLE color: 6227974.

HSL color Cylindrical-coordinate representation of color #06085F: hue angle of 238.65º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06085F is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 8 95 -
CMYK 0.94 0.92 0 0.63
HSL 238.65º 0.88% 0.2% -
HSV(B) 238.65º 0.94% 0.37% -
XYZ 2.23 1.04 10.91 -
YUV 17.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 6 8 95 0.94 0.92 0 0.63 238.65 0.88 0.2
Hex 6 8 5F 5E 5C 0 3F EF 58 14
Octal 6 10 137 136 134 0 77 357 130 24
Binary 110 1000 1011111 1011110 1011100 0 111111 11101111 1011000 10100

Color Harmonies of #06085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06085F

Black with #06085F

Text Example


Text Example

White with #06085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06085F; }

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

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

background-color css

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

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

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

border-color css

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

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

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