Html Css Color HEX #10234B Midnight Express

📋 copy color: '#10234B'

red 16 ◦ green 35 ◦ blue 75

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

Shades of Midnight Express #10234B

Tints of Midnight Express #10234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.78%

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

R = 12.7%
G = 27.78%
B = 59.52%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10234B (or 0x10234B) is known color: Midnight Express. HEX triplet: 10, 23 and 4B. RGB value is (16,35,75). Sum of RGB (Red+Green+Blue) = 16+35+75=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #10234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10234B is #EFDCB4. Grayscale: #212121. Windows color (decimal): -15719605 or 4924176. OLE color: 4924176.

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

Color convert

RGB 16 35 75 -
CMYK 0.79 0.53 0 0.71
HSL 220.68º 0.65% 0.18% -
HSV(B) 220.68º 0.79% 0.29% -
XYZ 2.08 1.82 6.9 -
YUV 33.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 16 35 75 0.79 0.53 0 0.71 220.68 0.65 0.18
Hex 10 23 4B 4F 35 0 47 DD 41 12
Octal 20 43 113 117 65 0 107 335 101 22
Binary 10000 100011 1001011 1001111 110101 0 1000111 11011101 1000001 10010

Color Harmonies of #10234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10234B

Black with #10234B

Text Example


Text Example

White with #10234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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