Html Css Color HEX #000D2A Midnight Express

📋 copy color: '#000D2A'

red 0 ◦ green 13 ◦ blue 42

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

Shades of Midnight Express #000D2A

Tints of Midnight Express #000D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 23.64%

 BLUE value IS 42 (16.8% from 255) = 76.36%

R = 0%
G = 23.64%
B = 76.36%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#000D2A (or 0x000D2A) is known color: Midnight Express. HEX triplet: 00, 0D and 2A. RGB value is (0,13,42). Sum of RGB (Red+Green+Blue) = 0+13+42=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 42 (16.80% from 255 or 76.36% from 55); Max value from RGB is 42 - color contains mainly: blue. Hex color #000D2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D2A is #FFF2D5. Grayscale: #0C0C0C. Windows color (decimal): -16773846 or 2755840. OLE color: 2755840.

HSL color Cylindrical-coordinate representation of color #000D2A: hue angle of 221.43º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D2A is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 13 42 -
CMYK 1 0.69 0 0.84
HSL 221.43º 1% 0.08% -
HSV(B) 221.43º 1% 0.16% -
XYZ 0.56 0.46 2.25 -
YUV 12.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 0 13 42 1 0.69 0 0.84 221.43 1 0.08
Hex 0 D 2A 64 45 0 54 DD 64 8
Octal 0 15 52 144 105 0 124 335 144 10
Binary 0 1101 101010 1100100 1000101 0 1010100 11011101 1100100 1000

Color Harmonies of #000D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D2A

Black with #000D2A

Text Example


Text Example

White with #000D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000D2A; }

 p { color: rgb(0,13,42); }

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

background-color css

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

 a { background-color: rgb(0,13,42); }

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

border-color css

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

 span { border-color: rgb(0,13,42); }

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