Html Css Color HEX #151058 Midnight Blue

📋 copy color: '#151058'

red 21 ◦ green 16 ◦ blue 88

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

Shades of Midnight Blue #151058

Tints of Midnight Blue #151058

RGB

 RED value IS 21 (8.59% from 255) = 16.8%

 GREEN value IS 16 (6.64% from 255) = 12.8%

 BLUE value IS 88 (34.77% from 255) = 70.4%

R = 16.8%
G = 12.8%
B = 70.4%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#151058 (or 0x151058) is known color: Midnight Blue. HEX triplet: 15, 10 and 58. RGB value is (21,16,88). Sum of RGB (Red+Green+Blue) = 21+16+88=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #151058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151058 is #EAEFA7. Grayscale: #191919. Windows color (decimal): -15396776 or 5771285. OLE color: 5771285.

HSL color Cylindrical-coordinate representation of color #151058: hue angle of 244.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151058 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 16 88 -
CMYK 0.76 0.82 0 0.65
HSL 244.17º 0.69% 0.2% -
HSV(B) 244.17º 0.82% 0.35% -
XYZ 2.26 1.23 9.35 -
YUV 25.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 21 16 88 0.76 0.82 0 0.65 244.17 0.69 0.2
Hex 15 10 58 4C 52 0 41 F4 45 14
Octal 25 20 130 114 122 0 101 364 105 24
Binary 10101 10000 1011000 1001100 1010010 0 1000001 11110100 1000101 10100

Color Harmonies of #151058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151058

Black with #151058

Text Example


Text Example

White with #151058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151058; }

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

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

background-color css

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

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

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

border-color css

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

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

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