Html Css Color HEX #10095C Midnight Blue

📋 copy color: '#10095C'

red 16 ◦ green 9 ◦ blue 92

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

Shades of Midnight Blue #10095C

Tints of Midnight Blue #10095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.69%

 BLUE value IS 92 (36.33% from 255) = 78.63%

R = 13.68%
G = 7.69%
B = 78.63%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10095C (or 0x10095C) is known color: Midnight Blue. HEX triplet: 10, 09 and 5C. RGB value is (16,9,92). Sum of RGB (Red+Green+Blue) = 16+9+92=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 92 (36.33% from 255 or 78.63% from 117); Max value from RGB is 92 - color contains mainly: blue. Hex color #10095C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10095C is #EFF6A3. Grayscale: #141414. Windows color (decimal): -15726244 or 6031632. OLE color: 6031632.

HSL color Cylindrical-coordinate representation of color #10095C: hue angle of 245.06º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10095C is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 9 92 -
CMYK 0.83 0.90 0 0.64
HSL 245.06º 0.82% 0.2% -
HSV(B) 245.06º 0.9% 0.36% -
XYZ 2.24 1.08 10.22 -
YUV 20.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 16 9 92 0.83 0.90 0 0.64 245.06 0.82 0.2
Hex 10 9 5C 53 5A 0 40 F5 52 14
Octal 20 11 134 123 132 0 100 365 122 24
Binary 10000 1001 1011100 1010011 1011010 0 1000000 11110101 1010010 10100

Color Harmonies of #10095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10095C

Black with #10095C

Text Example


Text Example

White with #10095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,9,92); }

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

background-color css

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

 a { background-color: rgb(16,9,92); }

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

border-color css

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

 span { border-color: rgb(16,9,92); }

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