Html Css Color HEX #061230 Midnight Express

📋 copy color: '#061230'

red 6 ◦ green 18 ◦ blue 48

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

Shades of Midnight Express #061230

Tints of Midnight Express #061230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 66.67%

R = 8.33%
G = 25%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#061230 (or 0x061230) is known color: Midnight Express. HEX triplet: 06, 12 and 30. RGB value is (6,18,48). Sum of RGB (Red+Green+Blue) = 6+18+48=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #061230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061230 is #F9EDCF. Grayscale: #111111. Windows color (decimal): -16379344 or 3150342. OLE color: 3150342.

HSL color Cylindrical-coordinate representation of color #061230: hue angle of 222.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061230 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 18 48 -
CMYK 0.87 0.63 0 0.81
HSL 222.86º 0.78% 0.11% -
HSV(B) 222.86º 0.88% 0.19% -
XYZ 0.82 0.68 2.88 -
YUV 17.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 6 18 48 0.87 0.63 0 0.81 222.86 0.78 0.11
Hex 6 12 30 57 3F 0 51 DF 4E B
Octal 6 22 60 127 77 0 121 337 116 13
Binary 110 10010 110000 1010111 111111 0 1010001 11011111 1001110 1011

Color Harmonies of #061230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061230

Black with #061230

Text Example


Text Example

White with #061230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061230; }

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

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

background-color css

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

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

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

border-color css

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

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

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