Html Css Color HEX #10254C Midnight Express

📋 copy color: '#10254C'

red 16 ◦ green 37 ◦ blue 76

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

Shades of Midnight Express #10254C

Tints of Midnight Express #10254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 58.91%

R = 12.4%
G = 28.68%
B = 58.91%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10254C (or 0x10254C) is known color: Midnight Express. HEX triplet: 10, 25 and 4C. RGB value is (16,37,76). Sum of RGB (Red+Green+Blue) = 16+37+76=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #10254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10254C is #EFDAB3. Grayscale: #222222. Windows color (decimal): -15719092 or 4990224. OLE color: 4990224.

HSL color Cylindrical-coordinate representation of color #10254C: hue angle of 219º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10254C is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 37 76 -
CMYK 0.79 0.51 0 0.70
HSL 219º 0.65% 0.18% -
HSV(B) 219º 0.79% 0.3% -
XYZ 2.18 1.96 7.1 -
YUV 35.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 16 37 76 0.79 0.51 0 0.70 219 0.65 0.18
Hex 10 25 4C 4F 33 0 46 DB 41 12
Octal 20 45 114 117 63 0 106 333 101 22
Binary 10000 100101 1001100 1001111 110011 0 1000110 11011011 1000001 10010

Color Harmonies of #10254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10254C

Black with #10254C

Text Example


Text Example

White with #10254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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