Html Css Color HEX #10294C Midnight

📋 copy color: '#10294C'

red 16 ◦ green 41 ◦ blue 76

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

Shades of Midnight #10294C

Tints of Midnight #10294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.83%

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

R = 12.03%
G = 30.83%
B = 57.14%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10294C (or 0x10294C) is known color: Midnight. HEX triplet: 10, 29 and 4C. RGB value is (16,41,76). Sum of RGB (Red+Green+Blue) = 16+41+76=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #10294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10294C is #EFD6B3. Grayscale: #252525. Windows color (decimal): -15718068 or 4991248. OLE color: 4991248.

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

Color convert

RGB 16 41 76 -
CMYK 0.79 0.46 0 0.70
HSL 215º 0.65% 0.18% -
HSV(B) 215º 0.79% 0.3% -
XYZ 2.31 2.22 7.14 -
YUV 37.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 16 41 76 0.79 0.46 0 0.70 215 0.65 0.18
Hex 10 29 4C 4F 2E 0 46 D7 41 12
Octal 20 51 114 117 56 0 106 327 101 22
Binary 10000 101001 1001100 1001111 101110 0 1000110 11010111 1000001 10010

Color Harmonies of #10294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10294C

Black with #10294C

Text Example


Text Example

White with #10294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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