Html Css Color HEX #011230 Midnight Express

📋 copy color: '#011230'

red 1 ◦ green 18 ◦ blue 48

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

Shades of Midnight Express #011230

Tints of Midnight Express #011230

RGB

 RED value IS 1 (0.78% from 255) = 1.49%

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

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

R = 1.49%
G = 26.87%
B = 71.64%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#011230 (or 0x011230) is known color: Midnight Express. HEX triplet: 01, 12 and 30. RGB value is (1,18,48). Sum of RGB (Red+Green+Blue) = 1+18+48=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #011230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011230 is #FEEDCF. Grayscale: #101010. Windows color (decimal): -16707024 or 3150337. OLE color: 3150337.

HSL color Cylindrical-coordinate representation of color #011230: hue angle of 218.3º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011230 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 18 48 -
CMYK 0.98 0.63 0 0.81
HSL 218.3º 0.96% 0.1% -
HSV(B) 218.3º 0.98% 0.19% -
XYZ 0.76 0.65 2.88 -
YUV 16.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 1 18 48 0.98 0.63 0 0.81 218.3 0.96 0.1
Hex 1 12 30 62 3F 0 51 DA 60 A
Octal 1 22 60 142 77 0 121 332 140 12
Binary 1 10010 110000 1100010 111111 0 1010001 11011010 1100000 1010

Color Harmonies of #011230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011230

Black with #011230

Text Example


Text Example

White with #011230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011230; }

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

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

background-color css

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

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

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

border-color css

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

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

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