Html Css Color HEX #060038 Midnight Express

📋 copy color: '#060038'

red 6 ◦ green 0 ◦ blue 56

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

Shades of Midnight Express #060038

Tints of Midnight Express #060038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 90.32%

R = 9.68%
G = 0%
B = 90.32%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#060038 (or 0x060038) is known color: Midnight Express. HEX triplet: 06, 00 and 38. RGB value is (6,0,56). Sum of RGB (Red+Green+Blue) = 6+0+56=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 56 (22.27% from 255 or 90.32% from 62); Max value from RGB is 56 - color contains mainly: blue. Hex color #060038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060038 is #F9FFC7. Grayscale: #070707. Windows color (decimal): -16383944 or 3670022. OLE color: 3670022.

HSL color Cylindrical-coordinate representation of color #060038: hue angle of 246.43º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060038 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 0 56 -
CMYK 0.89 1 0 0.78
HSL 246.43º 1% 0.11% -
HSV(B) 246.43º 1% 0.22% -
XYZ 0.79 0.32 3.76 -
YUV 8.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 6 0 56 0.89 1 0 0.78 246.43 1 0.11
Hex 6 0 38 59 64 0 4E F6 64 B
Octal 6 0 70 131 144 0 116 366 144 13
Binary 110 0 111000 1011001 1100100 0 1001110 11110110 1100100 1011

Color Harmonies of #060038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060038

Black with #060038

Text Example


Text Example

White with #060038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060038; }

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

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

background-color css

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

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

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

border-color css

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

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

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