Html Css Color HEX #061348 Midnight Express

📋 copy color: '#061348'

red 6 ◦ green 19 ◦ blue 72

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

Shades of Midnight Express #061348

Tints of Midnight Express #061348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.59%

 BLUE value IS 72 (28.52% from 255) = 74.23%

R = 6.19%
G = 19.59%
B = 74.23%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#061348 (or 0x061348) is known color: Midnight Express. HEX triplet: 06, 13 and 48. RGB value is (6,19,72). Sum of RGB (Red+Green+Blue) = 6+19+72=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #061348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061348 is #F9ECB7. Grayscale: #141414. Windows color (decimal): -16379064 or 4723462. OLE color: 4723462.

HSL color Cylindrical-coordinate representation of color #061348: hue angle of 228.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061348 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 19 72 -
CMYK 0.92 0.74 0 0.72
HSL 228.18º 0.85% 0.15% -
HSV(B) 228.18º 0.92% 0.28% -
XYZ 1.48 0.97 6.24 -
YUV 21.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 6 19 72 0.92 0.74 0 0.72 228.18 0.85 0.15
Hex 6 13 48 5C 4A 0 48 E4 55 F
Octal 6 23 110 134 112 0 110 344 125 17
Binary 110 10011 1001000 1011100 1001010 0 1001000 11100100 1010101 1111

Color Harmonies of #061348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061348

Black with #061348

Text Example


Text Example

White with #061348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061348; }

 p { color: rgb(6,19,72); }

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

background-color css

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

 a { background-color: rgb(6,19,72); }

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

border-color css

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

 span { border-color: rgb(6,19,72); }

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