Html Css Color HEX #060440 Midnight Express

📋 copy color: '#060440'

red 6 ◦ green 4 ◦ blue 64

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

Shades of Midnight Express #060440

Tints of Midnight Express #060440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.41%

 BLUE value IS 64 (25.39% from 255) = 86.49%

R = 8.11%
G = 5.41%
B = 86.49%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#060440 (or 0x060440) is known color: Midnight Express. HEX triplet: 06, 04 and 40. RGB value is (6,4,64). Sum of RGB (Red+Green+Blue) = 6+4+64=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 64 (25.39% from 255 or 86.49% from 74); Max value from RGB is 64 - color contains mainly: blue. Hex color #060440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060440 is #F9FBBF. Grayscale: #0B0B0B. Windows color (decimal): -16382912 or 4195334. OLE color: 4195334.

HSL color Cylindrical-coordinate representation of color #060440: hue angle of 242º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060440 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 4 64 -
CMYK 0.91 0.94 0 0.75
HSL 242º 0.88% 0.13% -
HSV(B) 242º 0.94% 0.25% -
XYZ 1.04 0.5 4.89 -
YUV 11.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 6 4 64 0.91 0.94 0 0.75 242 0.88 0.13
Hex 6 4 40 5B 5E 0 4B F2 58 D
Octal 6 4 100 133 136 0 113 362 130 15
Binary 110 100 1000000 1011011 1011110 0 1001011 11110010 1011000 1101

Color Harmonies of #060440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060440

Black with #060440

Text Example


Text Example

White with #060440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060440; }

 p { color: rgb(6,4,64); }

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

background-color css

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

 a { background-color: rgb(6,4,64); }

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

border-color css

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

 span { border-color: rgb(6,4,64); }

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