Html Css Color HEX #061B3A Midnight Express

📋 copy color: '#061B3A'

red 6 ◦ green 27 ◦ blue 58

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

Shades of Midnight Express #061B3A

Tints of Midnight Express #061B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.67%

 BLUE value IS 58 (23.05% from 255) = 63.74%

R = 6.59%
G = 29.67%
B = 63.74%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#061B3A (or 0x061B3A) is known color: Midnight Express. HEX triplet: 06, 1B and 3A. RGB value is (6,27,58). Sum of RGB (Red+Green+Blue) = 6+27+58=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 58 (23.05% from 255 or 63.74% from 91); Max value from RGB is 58 - color contains mainly: blue. Hex color #061B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B3A is #F9E4C5. Grayscale: #181818. Windows color (decimal): -16377030 or 3808006. OLE color: 3808006.

HSL color Cylindrical-coordinate representation of color #061B3A: hue angle of 215.77º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061B3A is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 27 58 -
CMYK 0.90 0.53 0 0.77
HSL 215.77º 0.81% 0.13% -
HSV(B) 215.77º 0.9% 0.23% -
XYZ 1.23 1.13 4.16 -
YUV 24.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 6 27 58 0.90 0.53 0 0.77 215.77 0.81 0.13
Hex 6 1B 3A 5A 35 0 4D D8 51 D
Octal 6 33 72 132 65 0 115 330 121 15
Binary 110 11011 111010 1011010 110101 0 1001101 11011000 1010001 1101

Color Harmonies of #061B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B3A

Black with #061B3A

Text Example


Text Example

White with #061B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061B3A; }

 p { color: rgb(6,27,58); }

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

background-color css

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

 a { background-color: rgb(6,27,58); }

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

border-color css

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

 span { border-color: rgb(6,27,58); }

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