Html Css Color HEX #031230 Midnight Express

📋 copy color: '#031230'

red 3 ◦ green 18 ◦ blue 48

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

Shades of Midnight Express #031230

Tints of Midnight Express #031230

RGB

 RED value IS 3 (1.56% from 255) = 4.35%

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

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

R = 4.35%
G = 26.09%
B = 69.57%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#031230 (or 0x031230) is known color: Midnight Express. HEX triplet: 03, 12 and 30. RGB value is (3,18,48). Sum of RGB (Red+Green+Blue) = 3+18+48=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #031230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031230 is #FCEDCF. Grayscale: #101010. Windows color (decimal): -16575952 or 3150339. OLE color: 3150339.

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

Color convert

RGB 3 18 48 -
CMYK 0.94 0.63 0 0.81
HSL 220º 0.88% 0.1% -
HSV(B) 220º 0.94% 0.19% -
XYZ 0.79 0.67 2.88 -
YUV 16.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 3 18 48 0.94 0.63 0 0.81 220 0.88 0.1
Hex 3 12 30 5E 3F 0 51 DC 58 A
Octal 3 22 60 136 77 0 121 334 130 12
Binary 11 10010 110000 1011110 111111 0 1010001 11011100 1011000 1010

Color Harmonies of #031230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031230

Black with #031230

Text Example


Text Example

White with #031230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031230; }

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

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

background-color css

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

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

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

border-color css

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

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

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