Html Css Color HEX #150658 Midnight Blue

📋 copy color: '#150658'

red 21 ◦ green 6 ◦ blue 88

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

Shades of Midnight Blue #150658

Tints of Midnight Blue #150658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.22%

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

R = 18.26%
G = 5.22%
B = 76.52%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#150658 (or 0x150658) is known color: Midnight Blue. HEX triplet: 15, 06 and 58. RGB value is (21,6,88). Sum of RGB (Red+Green+Blue) = 21+6+88=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #150658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150658 is #EAF9A7. Grayscale: #131313. Windows color (decimal): -15399336 or 5768725. OLE color: 5768725.

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

Color convert

RGB 21 6 88 -
CMYK 0.76 0.93 0 0.65
HSL 250.98º 0.87% 0.18% -
HSV(B) 250.98º 0.93% 0.35% -
XYZ 2.14 0.99 9.31 -
YUV 19.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 21 6 88 0.76 0.93 0 0.65 250.98 0.87 0.18
Hex 15 6 58 4C 5D 0 41 FB 57 12
Octal 25 6 130 114 135 0 101 373 127 22
Binary 10101 110 1011000 1001100 1011101 0 1000001 11111011 1010111 10010

Color Harmonies of #150658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150658

Black with #150658

Text Example


Text Example

White with #150658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150658; }

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

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

background-color css

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

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

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

border-color css

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

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

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