Html Css Color HEX #00153F Midnight Express

📋 copy color: '#00153F'

red 0 ◦ green 21 ◦ blue 63

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

Shades of Midnight Express #00153F

Tints of Midnight Express #00153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25%

 BLUE value IS 63 (25% from 255) = 75%

R = 0%
G = 25%
B = 75%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#00153F (or 0x00153F) is known color: Midnight Express. HEX triplet: 00, 15 and 3F. RGB value is (0,21,63). Sum of RGB (Red+Green+Blue) = 0+21+63=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 63 (25% from 255 or 75% from 84); Max value from RGB is 63 - color contains mainly: blue. Hex color #00153F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00153F is #FFEAC0. Grayscale: #131313. Windows color (decimal): -16771777 or 4134144. OLE color: 4134144.

HSL color Cylindrical-coordinate representation of color #00153F: hue angle of 220º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00153F is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 21 63 -
CMYK 1 0.67 0 0.75
HSL 220º 1% 0.12% -
HSV(B) 220º 1% 0.25% -
XYZ 1.17 0.9 4.81 -
YUV 19.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 0 21 63 1 0.67 0 0.75 220 1 0.12
Hex 0 15 3F 64 43 0 4B DC 64 C
Octal 0 25 77 144 103 0 113 334 144 14
Binary 0 10101 111111 1100100 1000011 0 1001011 11011100 1100100 1100

Color Harmonies of #00153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00153F

Black with #00153F

Text Example


Text Example

White with #00153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00153F; }

 p { color: rgb(0,21,63); }

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

background-color css

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

 a { background-color: rgb(0,21,63); }

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

border-color css

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

 span { border-color: rgb(0,21,63); }

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