Html Css Color HEX #10123F Midnight Express

📋 copy color: '#10123F'

red 16 ◦ green 18 ◦ blue 63

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

Shades of Midnight Express #10123F

Tints of Midnight Express #10123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.56%

 BLUE value IS 63 (25% from 255) = 64.95%

R = 16.49%
G = 18.56%
B = 64.95%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#10123F (or 0x10123F) is known color: Midnight Express. HEX triplet: 10, 12 and 3F. RGB value is (16,18,63). Sum of RGB (Red+Green+Blue) = 16+18+63=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #10123F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10123F is #EFEDC0. Grayscale: #161616. Windows color (decimal): -15723969 or 4133392. OLE color: 4133392.

HSL color Cylindrical-coordinate representation of color #10123F: hue angle of 237.45º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10123F is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 18 63 -
CMYK 0.75 0.71 0 0.75
HSL 237.45º 0.59% 0.15% -
HSV(B) 237.45º 0.75% 0.25% -
XYZ 1.33 0.9 4.81 -
YUV 22.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 16 18 63 0.75 0.71 0 0.75 237.45 0.59 0.15
Hex 10 12 3F 4B 47 0 4B ED 3B F
Octal 20 22 77 113 107 0 113 355 73 17
Binary 10000 10010 111111 1001011 1000111 0 1001011 11101101 111011 1111

Color Harmonies of #10123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10123F

Black with #10123F

Text Example


Text Example

White with #10123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10123F; }

 p { color: rgb(16,18,63); }

 H1.HeaderClassName
 {
   color: #10123F;
 }
 .AnyTagClassName
 {
   color: #10123F;
 }
</style>

background-color css

<style>
 a { background-color: #10123F; }

 a { background-color: rgb(16,18,63); }

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

border-color css

<style>
 span { border-color: #10123F; }

 span { border-color: rgb(16,18,63); }

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