Html Css Color HEX #000434 Midnight Express

📋 copy color: '#000434'

red 0 ◦ green 4 ◦ blue 52

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

Shades of Midnight Express #000434

Tints of Midnight Express #000434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.14%

 BLUE value IS 52 (20.7% from 255) = 92.86%

R = 0%
G = 7.14%
B = 92.86%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#000434 (or 0x000434) is known color: Midnight Express. HEX triplet: 00, 04 and 34. RGB value is (0,4,52). Sum of RGB (Red+Green+Blue) = 0+4+52=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 52 (20.70% from 255 or 92.86% from 56); Max value from RGB is 52 - color contains mainly: blue. Hex color #000434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000434 is #FFFBCB. Grayscale: #080808. Windows color (decimal): -16776140 or 3408896. OLE color: 3408896.

HSL color Cylindrical-coordinate representation of color #000434: hue angle of 235.38º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000434 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 4 52 -
CMYK 1 0.92 0 0.80
HSL 235.38º 1% 0.1% -
HSV(B) 235.38º 1% 0.2% -
XYZ 0.66 0.33 3.28 -
YUV 8.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 0 4 52 1 0.92 0 0.80 235.38 1 0.1
Hex 0 4 34 64 5C 0 50 EB 64 A
Octal 0 4 64 144 134 0 120 353 144 12
Binary 0 100 110100 1100100 1011100 0 1010000 11101011 1100100 1010

Color Harmonies of #000434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000434

Black with #000434

Text Example


Text Example

White with #000434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000434; }

 p { color: rgb(0,4,52); }

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

background-color css

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

 a { background-color: rgb(0,4,52); }

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

border-color css

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

 span { border-color: rgb(0,4,52); }

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