Html Css Color HEX #001243 Midnight Express

📋 copy color: '#001243'

red 0 ◦ green 18 ◦ blue 67

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

Shades of Midnight Express #001243

Tints of Midnight Express #001243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 78.82%

R = 0%
G = 21.18%
B = 78.82%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#001243 (or 0x001243) is known color: Midnight Express. HEX triplet: 00, 12 and 43. RGB value is (0,18,67). Sum of RGB (Red+Green+Blue) = 0+18+67=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 67 (26.56% from 255 or 78.82% from 85); Max value from RGB is 67 - color contains mainly: blue. Hex color #001243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001243 is #FFEDBC. Grayscale: #111111. Windows color (decimal): -16772541 or 4395520. OLE color: 4395520.

HSL color Cylindrical-coordinate representation of color #001243: hue angle of 223.88º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001243 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 18 67 -
CMYK 1 0.73 0 0.74
HSL 223.88º 1% 0.13% -
HSV(B) 223.88º 1% 0.26% -
XYZ 1.23 0.84 5.41 -
YUV 18.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 0 18 67 1 0.73 0 0.74 223.88 1 0.13
Hex 0 12 43 64 49 0 4A E0 64 D
Octal 0 22 103 144 111 0 112 340 144 15
Binary 0 10010 1000011 1100100 1001001 0 1001010 11100000 1100100 1101

Color Harmonies of #001243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001243

Black with #001243

Text Example


Text Example

White with #001243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001243; }

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

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

background-color css

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

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

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

border-color css

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

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

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