Html Css Color HEX #001230 Midnight Express

📋 copy color: '#001230'

red 0 ◦ green 18 ◦ blue 48

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

Shades of Midnight Express #001230

Tints of Midnight Express #001230

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 27.27%
B = 72.73%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#001230 (or 0x001230) is known color: Midnight Express. HEX triplet: 00, 12 and 30. RGB value is (0,18,48). Sum of RGB (Red+Green+Blue) = 0+18+48=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #001230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001230 is #FFEDCF. Grayscale: #0F0F0F. Windows color (decimal): -16772560 or 3150336. OLE color: 3150336.

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

Color convert

RGB 0 18 48 -
CMYK 1 0.63 0 0.81
HSL 217.5º 1% 0.09% -
HSV(B) 217.5º 1% 0.19% -
XYZ 0.75 0.65 2.88 -
YUV 16.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 0 18 48 1 0.63 0 0.81 217.5 1 0.09
Hex 0 12 30 64 3F 0 51 DA 64 9
Octal 0 22 60 144 77 0 121 332 144 11
Binary 0 10010 110000 1100100 111111 0 1010001 11011010 1100100 1001

Color Harmonies of #001230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001230

Black with #001230

Text Example


Text Example

White with #001230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001230; }

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

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

background-color css

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

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

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

border-color css

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

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

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