Html Css Color HEX #10224C Midnight Express

📋 copy color: '#10224C'

red 16 ◦ green 34 ◦ blue 76

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

Shades of Midnight Express #10224C

Tints of Midnight Express #10224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.98%

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

R = 12.7%
G = 26.98%
B = 60.32%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10224C (or 0x10224C) is known color: Midnight Express. HEX triplet: 10, 22 and 4C. RGB value is (16,34,76). Sum of RGB (Red+Green+Blue) = 16+34+76=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #10224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10224C is #EFDDB3. Grayscale: #212121. Windows color (decimal): -15719860 or 4989456. OLE color: 4989456.

HSL color Cylindrical-coordinate representation of color #10224C: hue angle of 222º 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 #10224C is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 34 76 -
CMYK 0.79 0.55 0 0.70
HSL 222º 0.65% 0.18% -
HSV(B) 222º 0.79% 0.3% -
XYZ 2.09 1.78 7.07 -
YUV 33.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 16 34 76 0.79 0.55 0 0.70 222 0.65 0.18
Hex 10 22 4C 4F 37 0 46 DE 41 12
Octal 20 42 114 117 67 0 106 336 101 22
Binary 10000 100010 1001100 1001111 110111 0 1000110 11011110 1000001 10010

Color Harmonies of #10224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10224C

Black with #10224C

Text Example


Text Example

White with #10224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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