Html Css Color HEX #060942 Midnight Express

📋 copy color: '#060942'

red 6 ◦ green 9 ◦ blue 66

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

Shades of Midnight Express #060942

Tints of Midnight Express #060942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 81.48%

R = 7.41%
G = 11.11%
B = 81.48%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#060942 (or 0x060942) is known color: Midnight Express. HEX triplet: 06, 09 and 42. RGB value is (6,9,66). Sum of RGB (Red+Green+Blue) = 6+9+66=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 66 (26.17% from 255 or 81.48% from 81); Max value from RGB is 66 - color contains mainly: blue. Hex color #060942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060942 is #F9F6BD. Grayscale: #0E0E0E. Windows color (decimal): -16381630 or 4327686. OLE color: 4327686.

HSL color Cylindrical-coordinate representation of color #060942: hue angle of 237º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060942 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 9 66 -
CMYK 0.91 0.86 0 0.74
HSL 237º 0.83% 0.14% -
HSV(B) 237º 0.91% 0.26% -
XYZ 1.16 0.63 5.21 -
YUV 14.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 6 9 66 0.91 0.86 0 0.74 237 0.83 0.14
Hex 6 9 42 5B 56 0 4A ED 53 E
Octal 6 11 102 133 126 0 112 355 123 16
Binary 110 1001 1000010 1011011 1010110 0 1001010 11101101 1010011 1110

Color Harmonies of #060942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060942

Black with #060942

Text Example


Text Example

White with #060942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060942; }

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

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

background-color css

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

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

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

border-color css

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

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

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