Html Css Color HEX #001238 Midnight Express

📋 copy color: '#001238'

red 0 ◦ green 18 ◦ blue 56

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

Shades of Midnight Express #001238

Tints of Midnight Express #001238

RGB

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

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

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

R = 0%
G = 24.32%
B = 75.68%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001238 (or 0x001238) is known color: Midnight Express. HEX triplet: 00, 12 and 38. RGB value is (0,18,56). Sum of RGB (Red+Green+Blue) = 0+18+56=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 56 (22.27% from 255 or 75.68% from 74); Max value from RGB is 56 - color contains mainly: blue. Hex color #001238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001238 is #FFEDC7. Grayscale: #101010. Windows color (decimal): -16772552 or 3674624. OLE color: 3674624.

HSL color Cylindrical-coordinate representation of color #001238: hue angle of 220.71º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001238 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 18 56 -
CMYK 1 0.68 0 0.78
HSL 220.71º 1% 0.11% -
HSV(B) 220.71º 1% 0.22% -
XYZ 0.93 0.72 3.83 -
YUV 16.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 0 18 56 1 0.68 0 0.78 220.71 1 0.11
Hex 0 12 38 64 44 0 4E DD 64 B
Octal 0 22 70 144 104 0 116 335 144 13
Binary 0 10010 111000 1100100 1000100 0 1001110 11011101 1100100 1011

Color Harmonies of #001238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001238

Black with #001238

Text Example


Text Example

White with #001238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001238; }

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

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

background-color css

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

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

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

border-color css

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

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

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