Html Css Color HEX #10155A Midnight Blue

📋 copy color: '#10155A'

red 16 ◦ green 21 ◦ blue 90

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

Shades of Midnight Blue #10155A

Tints of Midnight Blue #10155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.54%

 BLUE value IS 90 (35.55% from 255) = 70.87%

R = 12.6%
G = 16.54%
B = 70.87%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#10155A (or 0x10155A) is known color: Midnight Blue. HEX triplet: 10, 15 and 5A. RGB value is (16,21,90). Sum of RGB (Red+Green+Blue) = 16+21+90=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 90 (35.55% from 255 or 70.87% from 127); Max value from RGB is 90 - color contains mainly: blue. Hex color #10155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10155A is #EFEAA5. Grayscale: #1B1B1B. Windows color (decimal): -15723174 or 5903632. OLE color: 5903632.

HSL color Cylindrical-coordinate representation of color #10155A: hue angle of 235.95º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10155A is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 21 90 -
CMYK 0.82 0.77 0 0.65
HSL 235.95º 0.7% 0.21% -
HSV(B) 235.95º 0.82% 0.35% -
XYZ 2.33 1.38 9.82 -
YUV 27.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 16 21 90 0.82 0.77 0 0.65 235.95 0.7 0.21
Hex 10 15 5A 52 4D 0 41 EC 46 15
Octal 20 25 132 122 115 0 101 354 106 25
Binary 10000 10101 1011010 1010010 1001101 0 1000001 11101100 1000110 10101

Color Harmonies of #10155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10155A

Black with #10155A

Text Example


Text Example

White with #10155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10155A; }

 p { color: rgb(16,21,90); }

 H1.HeaderClassName
 {
   color: #10155A;
 }
 .AnyTagClassName
 {
   color: #10155A;
 }
</style>

background-color css

<style>
 a { background-color: #10155A; }

 a { background-color: rgb(16,21,90); }

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

border-color css

<style>
 span { border-color: #10155A; }

 span { border-color: rgb(16,21,90); }

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