Html Css Color HEX #000741 Midnight Express

📋 copy color: '#000741'

red 0 ◦ green 7 ◦ blue 65

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

Shades of Midnight Express #000741

Tints of Midnight Express #000741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.72%

 BLUE value IS 65 (25.78% from 255) = 90.28%

R = 0%
G = 9.72%
B = 90.28%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#000741 (or 0x000741) is known color: Midnight Express. HEX triplet: 00, 07 and 41. RGB value is (0,7,65). Sum of RGB (Red+Green+Blue) = 0+7+65=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 65 (25.78% from 255 or 90.28% from 72); Max value from RGB is 65 - color contains mainly: blue. Hex color #000741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000741 is #FFF8BE. Grayscale: #0B0B0B. Windows color (decimal): -16775359 or 4261632. OLE color: 4261632.

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

Color convert

RGB 0 7 65 -
CMYK 1 0.89 0 0.75
HSL 233.54º 1% 0.13% -
HSV(B) 233.54º 1% 0.25% -
XYZ 1.03 0.53 5.05 -
YUV 11.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 0 7 65 1 0.89 0 0.75 233.54 1 0.13
Hex 0 7 41 64 59 0 4B EA 64 D
Octal 0 7 101 144 131 0 113 352 144 15
Binary 0 111 1000001 1100100 1011001 0 1001011 11101010 1100100 1101

Color Harmonies of #000741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000741

Black with #000741

Text Example


Text Example

White with #000741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000741; }

 p { color: rgb(0,7,65); }

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

background-color css

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

 a { background-color: rgb(0,7,65); }

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

border-color css

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

 span { border-color: rgb(0,7,65); }

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