Html Css Color HEX #061238 Midnight Express

📋 copy color: '#061238'

red 6 ◦ green 18 ◦ blue 56

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

Shades of Midnight Express #061238

Tints of Midnight Express #061238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.5%

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

R = 7.5%
G = 22.5%
B = 70%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#061238 (or 0x061238) is known color: Midnight Express. HEX triplet: 06, 12 and 38. RGB value is (6,18,56). Sum of RGB (Red+Green+Blue) = 6+18+56=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #061238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061238 is #F9EDC7. Grayscale: #121212. Windows color (decimal): -16379336 or 3674630. OLE color: 3674630.

HSL color Cylindrical-coordinate representation of color #061238: hue angle of 225.6º 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 #061238 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 18 56 -
CMYK 0.89 0.68 0 0.78
HSL 225.6º 0.81% 0.12% -
HSV(B) 225.6º 0.89% 0.22% -
XYZ 1.01 0.76 3.83 -
YUV 18.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 6 18 56 0.89 0.68 0 0.78 225.6 0.81 0.12
Hex 6 12 38 59 44 0 4E E2 51 C
Octal 6 22 70 131 104 0 116 342 121 14
Binary 110 10010 111000 1011001 1000100 0 1001110 11100010 1010001 1100

Color Harmonies of #061238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061238

Black with #061238

Text Example


Text Example

White with #061238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061238; }

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

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

background-color css

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

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

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

border-color css

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

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

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