Html Css Color HEX #001742 Midnight Express

📋 copy color: '#001742'

red 0 ◦ green 23 ◦ blue 66

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

Shades of Midnight Express #001742

Tints of Midnight Express #001742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.84%

 BLUE value IS 66 (26.17% from 255) = 74.16%

R = 0%
G = 25.84%
B = 74.16%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#001742 (or 0x001742) is known color: Midnight Express. HEX triplet: 00, 17 and 42. RGB value is (0,23,66). Sum of RGB (Red+Green+Blue) = 0+23+66=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 66 (26.17% from 255 or 74.16% from 89); Max value from RGB is 66 - color contains mainly: blue. Hex color #001742 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001742 is #FFE8BD. Grayscale: #141414. Windows color (decimal): -16771262 or 4331264. OLE color: 4331264.

HSL color Cylindrical-coordinate representation of color #001742: hue angle of 219.09º 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 #001742 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 23 66 -
CMYK 1 0.65 0 0.74
HSL 219.09º 1% 0.13% -
HSV(B) 219.09º 1% 0.26% -
XYZ 1.29 1.01 5.28 -
YUV 21.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 0 23 66 1 0.65 0 0.74 219.09 1 0.13
Hex 0 17 42 64 41 0 4A DB 64 D
Octal 0 27 102 144 101 0 112 333 144 15
Binary 0 10111 1000010 1100100 1000001 0 1001010 11011011 1100100 1101

Color Harmonies of #001742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001742

Black with #001742

Text Example


Text Example

White with #001742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001742; }

 p { color: rgb(0,23,66); }

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

background-color css

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

 a { background-color: rgb(0,23,66); }

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

border-color css

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

 span { border-color: rgb(0,23,66); }

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