Html Css Color HEX #000134 Midnight Express

📋 copy color: '#000134'

red 0 ◦ green 1 ◦ blue 52

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

Shades of Midnight Express #000134

Tints of Midnight Express #000134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.89%

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

R = 0%
G = 1.89%
B = 98.11%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#000134 (or 0x000134) is known color: Midnight Express. HEX triplet: 00, 01 and 34. RGB value is (0,1,52). Sum of RGB (Red+Green+Blue) = 0+1+52=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 52 (20.70% from 255 or 98.11% from 53); Max value from RGB is 52 - color contains mainly: blue. Hex color #000134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000134 is #FFFECB. Grayscale: #060606. Windows color (decimal): -16776908 or 3408128. OLE color: 3408128.

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

Color convert

RGB 0 1 52 -
CMYK 1 0.98 0 0.80
HSL 238.85º 1% 0.1% -
HSV(B) 238.85º 1% 0.2% -
XYZ 0.63 0.27 3.27 -
YUV 6.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 0 1 52 1 0.98 0 0.80 238.85 1 0.1
Hex 0 1 34 64 62 0 50 EF 64 A
Octal 0 1 64 144 142 0 120 357 144 12
Binary 0 1 110100 1100100 1100010 0 1010000 11101111 1100100 1010

Color Harmonies of #000134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000134

Black with #000134

Text Example


Text Example

White with #000134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000134; }

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

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

background-color css

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

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

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

border-color css

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

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

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