Html Css Color HEX #061438 Midnight Express

📋 copy color: '#061438'

red 6 ◦ green 20 ◦ blue 56

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

Shades of Midnight Express #061438

Tints of Midnight Express #061438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.39%

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

R = 7.32%
G = 24.39%
B = 68.29%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#061438 (or 0x061438) is known color: Midnight Express. HEX triplet: 06, 14 and 38. RGB value is (6,20,56). Sum of RGB (Red+Green+Blue) = 6+20+56=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #061438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061438 is #F9EBC7. Grayscale: #131313. Windows color (decimal): -16378824 or 3675142. OLE color: 3675142.

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

Color convert

RGB 6 20 56 -
CMYK 0.89 0.64 0 0.78
HSL 223.2º 0.81% 0.12% -
HSV(B) 223.2º 0.89% 0.22% -
XYZ 1.04 0.82 3.85 -
YUV 19.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 6 20 56 0.89 0.64 0 0.78 223.2 0.81 0.12
Hex 6 14 38 59 40 0 4E DF 51 C
Octal 6 24 70 131 100 0 116 337 121 14
Binary 110 10100 111000 1011001 1000000 0 1001110 11011111 1010001 1100

Color Harmonies of #061438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061438

Black with #061438

Text Example


Text Example

White with #061438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061438; }

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

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

background-color css

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

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

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

border-color css

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

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

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