Html Css Color HEX #000340 Midnight Express

📋 copy color: '#000340'

red 0 ◦ green 3 ◦ blue 64

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

Shades of Midnight Express #000340

Tints of Midnight Express #000340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 95.52%

R = 0%
G = 4.48%
B = 95.52%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#000340 (or 0x000340) is known color: Midnight Express. HEX triplet: 00, 03 and 40. RGB value is (0,3,64). Sum of RGB (Red+Green+Blue) = 0+3+64=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 64 (25.39% from 255 or 95.52% from 67); Max value from RGB is 64 - color contains mainly: blue. Hex color #000340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000340 is #FFFCBF. Grayscale: #080808. Windows color (decimal): -16776384 or 4195072. OLE color: 4195072.

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

Color convert

RGB 0 3 64 -
CMYK 1 0.95 0 0.75
HSL 237.19º 1% 0.13% -
HSV(B) 237.19º 1% 0.25% -
XYZ 0.96 0.44 4.88 -
YUV 9.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 0 3 64 1 0.95 0 0.75 237.19 1 0.13
Hex 0 3 40 64 5F 0 4B ED 64 D
Octal 0 3 100 144 137 0 113 355 144 15
Binary 0 11 1000000 1100100 1011111 0 1001011 11101101 1100100 1101

Color Harmonies of #000340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000340

Black with #000340

Text Example


Text Example

White with #000340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000340; }

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

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

background-color css

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

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

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

border-color css

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

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

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