Html Css Color HEX #06094C Midnight Blue

📋 copy color: '#06094C'

red 6 ◦ green 9 ◦ blue 76

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

Shades of Midnight Blue #06094C

Tints of Midnight Blue #06094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.89%

 BLUE value IS 76 (30.08% from 255) = 83.52%

R = 6.59%
G = 9.89%
B = 83.52%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06094C (or 0x06094C) is known color: Midnight Blue. HEX triplet: 06, 09 and 4C. RGB value is (6,9,76). Sum of RGB (Red+Green+Blue) = 6+9+76=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 76 (30.08% from 255 or 83.52% from 91); Max value from RGB is 76 - color contains mainly: blue. Hex color #06094C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06094C is #F9F6B3. Grayscale: #0F0F0F. Windows color (decimal): -16381620 or 4983046. OLE color: 4983046.

HSL color Cylindrical-coordinate representation of color #06094C: hue angle of 237.43º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06094C is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 9 76 -
CMYK 0.92 0.88 0 0.70
HSL 237.43º 0.85% 0.16% -
HSV(B) 237.43º 0.92% 0.3% -
XYZ 1.48 0.76 6.91 -
YUV 15.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 6 9 76 0.92 0.88 0 0.70 237.43 0.85 0.16
Hex 6 9 4C 5C 58 0 46 ED 55 10
Octal 6 11 114 134 130 0 106 355 125 20
Binary 110 1001 1001100 1011100 1011000 0 1000110 11101101 1010101 10000

Color Harmonies of #06094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06094C

Black with #06094C

Text Example


Text Example

White with #06094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06094C; }

 p { color: rgb(6,9,76); }

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

background-color css

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

 a { background-color: rgb(6,9,76); }

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

border-color css

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

 span { border-color: rgb(6,9,76); }

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