Html Css Color HEX #00103A Midnight Express

📋 copy color: '#00103A'

red 0 ◦ green 16 ◦ blue 58

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

Shades of Midnight Express #00103A

Tints of Midnight Express #00103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.62%

 BLUE value IS 58 (23.05% from 255) = 78.38%

R = 0%
G = 21.62%
B = 78.38%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#00103A (or 0x00103A) is known color: Midnight Express. HEX triplet: 00, 10 and 3A. RGB value is (0,16,58). Sum of RGB (Red+Green+Blue) = 0+16+58=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 58 (23.05% from 255 or 78.38% from 74); Max value from RGB is 58 - color contains mainly: blue. Hex color #00103A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00103A is #FFEFC5. Grayscale: #0F0F0F. Windows color (decimal): -16773062 or 3805184. OLE color: 3805184.

HSL color Cylindrical-coordinate representation of color #00103A: hue angle of 223.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00103A is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 16 58 -
CMYK 1 0.72 0 0.77
HSL 223.45º 1% 0.11% -
HSV(B) 223.45º 1% 0.23% -
XYZ 0.95 0.68 4.08 -
YUV 16 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 0 16 58 1 0.72 0 0.77 223.45 1 0.11
Hex 0 10 3A 64 48 0 4D DF 64 B
Octal 0 20 72 144 110 0 115 337 144 13
Binary 0 10000 111010 1100100 1001000 0 1001101 11011111 1100100 1011

Color Harmonies of #00103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00103A

Black with #00103A

Text Example


Text Example

White with #00103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00103A; }

 p { color: rgb(0,16,58); }

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

background-color css

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

 a { background-color: rgb(0,16,58); }

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

border-color css

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

 span { border-color: rgb(0,16,58); }

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