Html Css Color HEX #000334 Midnight Express

📋 copy color: '#000334'

red 0 ◦ green 3 ◦ blue 52

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

Shades of Midnight Express #000334

Tints of Midnight Express #000334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.45%

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

R = 0%
G = 5.45%
B = 94.55%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#000334 (or 0x000334) is known color: Midnight Express. HEX triplet: 00, 03 and 34. RGB value is (0,3,52). Sum of RGB (Red+Green+Blue) = 0+3+52=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 52 (20.70% from 255 or 94.55% from 55); Max value from RGB is 52 - color contains mainly: blue. Hex color #000334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000334 is #FFFCCB. Grayscale: #070707. Windows color (decimal): -16776396 or 3408640. OLE color: 3408640.

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

Color convert

RGB 0 3 52 -
CMYK 1 0.94 0 0.80
HSL 236.54º 1% 0.1% -
HSV(B) 236.54º 1% 0.2% -
XYZ 0.65 0.31 3.27 -
YUV 7.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 0 3 52 1 0.94 0 0.80 236.54 1 0.1
Hex 0 3 34 64 5E 0 50 ED 64 A
Octal 0 3 64 144 136 0 120 355 144 12
Binary 0 11 110100 1100100 1011110 0 1010000 11101101 1100100 1010

Color Harmonies of #000334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000334

Black with #000334

Text Example


Text Example

White with #000334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000334; }

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

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

background-color css

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

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

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

border-color css

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

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

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