Html Css Color HEX #10184B Midnight Express

📋 copy color: '#10184B'

red 16 ◦ green 24 ◦ blue 75

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

Shades of Midnight Express #10184B

Tints of Midnight Express #10184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.87%

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

R = 13.91%
G = 20.87%
B = 65.22%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10184B (or 0x10184B) is known color: Midnight Express. HEX triplet: 10, 18 and 4B. RGB value is (16,24,75). Sum of RGB (Red+Green+Blue) = 16+24+75=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #10184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10184B is #EFE7B4. Grayscale: #1B1B1B. Windows color (decimal): -15722421 or 4921360. OLE color: 4921360.

HSL color Cylindrical-coordinate representation of color #10184B: hue angle of 231.86º 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 #10184B is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 24 75 -
CMYK 0.79 0.68 0 0.71
HSL 231.86º 0.65% 0.18% -
HSV(B) 231.86º 0.79% 0.29% -
XYZ 1.81 1.27 6.81 -
YUV 27.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 16 24 75 0.79 0.68 0 0.71 231.86 0.65 0.18
Hex 10 18 4B 4F 44 0 47 E8 41 12
Octal 20 30 113 117 104 0 107 350 101 22
Binary 10000 11000 1001011 1001111 1000100 0 1000111 11101000 1000001 10010

Color Harmonies of #10184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10184B

Black with #10184B

Text Example


Text Example

White with #10184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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