Html Css Color HEX #10144B Midnight Express

📋 copy color: '#10144B'

red 16 ◦ green 20 ◦ blue 75

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

Shades of Midnight Express #10144B

Tints of Midnight Express #10144B

RGB

 RED value IS 16 (6.64% from 255) = 14.41%

 GREEN value IS 20 (8.2% from 255) = 18.02%

 BLUE value IS 75 (29.69% from 255) = 67.57%

R = 14.41%
G = 18.02%
B = 67.57%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10144B (or 0x10144B) is known color: Midnight Express. HEX triplet: 10, 14 and 4B. RGB value is (16,20,75). Sum of RGB (Red+Green+Blue) = 16+20+75=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #10144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10144B is #EFEBB4. Grayscale: #181818. Windows color (decimal): -15723445 or 4920336. OLE color: 4920336.

HSL color Cylindrical-coordinate representation of color #10144B: hue angle of 235.93º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10144B is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 20 75 -
CMYK 0.79 0.73 0 0.71
HSL 235.93º 0.65% 0.18% -
HSV(B) 235.93º 0.79% 0.29% -
XYZ 1.73 1.12 6.78 -
YUV 25.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 16 20 75 0.79 0.73 0 0.71 235.93 0.65 0.18
Hex 10 14 4B 4F 49 0 47 EC 41 12
Octal 20 24 113 117 111 0 107 354 101 22
Binary 10000 10100 1001011 1001111 1001001 0 1000111 11101100 1000001 10010

Color Harmonies of #10144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10144B

Black with #10144B

Text Example


Text Example

White with #10144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10144B; }

 p { color: rgb(16,20,75); }

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

background-color css

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

 a { background-color: rgb(16,20,75); }

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

border-color css

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

 span { border-color: rgb(16,20,75); }

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