Html Css Color HEX #10254B Midnight Express

📋 copy color: '#10254B'

red 16 ◦ green 37 ◦ blue 75

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

Shades of Midnight Express #10254B

Tints of Midnight Express #10254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 12.5%
G = 28.91%
B = 58.59%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10254B (or 0x10254B) is known color: Midnight Express. HEX triplet: 10, 25 and 4B. RGB value is (16,37,75). Sum of RGB (Red+Green+Blue) = 16+37+75=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #10254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10254B is #EFDAB4. Grayscale: #222222. Windows color (decimal): -15719093 or 4924688. OLE color: 4924688.

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

Color convert

RGB 16 37 75 -
CMYK 0.79 0.51 0 0.71
HSL 218.64º 0.65% 0.18% -
HSV(B) 218.64º 0.79% 0.29% -
XYZ 2.15 1.94 6.92 -
YUV 35.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 16 37 75 0.79 0.51 0 0.71 218.64 0.65 0.18
Hex 10 25 4B 4F 33 0 47 DB 41 12
Octal 20 45 113 117 63 0 107 333 101 22
Binary 10000 100101 1001011 1001111 110011 0 1000111 11011011 1000001 10010

Color Harmonies of #10254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10254B

Black with #10254B

Text Example


Text Example

White with #10254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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