Html Css Color HEX #150A6D Midnight Blue

📋 copy color: '#150A6D'

red 21 ◦ green 10 ◦ blue 109

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

Shades of Midnight Blue #150A6D

Tints of Midnight Blue #150A6D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.14%

 BLUE value IS 109 (42.97% from 255) = 77.86%

R = 15%
G = 7.14%
B = 77.86%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#150A6D (or 0x150A6D) is known color: Midnight Blue. HEX triplet: 15, 0A and 6D. RGB value is (21,10,109). Sum of RGB (Red+Green+Blue) = 21+10+109=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #150A6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A6D is #EAF592. Grayscale: #181818. Windows color (decimal): -15398291 or 7146005. OLE color: 7146005.

HSL color Cylindrical-coordinate representation of color #150A6D: hue angle of 246.67º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150A6D is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 10 109 -
CMYK 0.81 0.91 0 0.57
HSL 246.67º 0.83% 0.23% -
HSV(B) 246.67º 0.91% 0.43% -
XYZ 3.18 1.48 14.59 -
YUV 24.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 21 10 109 0.81 0.91 0 0.57 246.67 0.83 0.23
Hex 15 A 6D 51 5B 0 39 F7 53 17
Octal 25 12 155 121 133 0 71 367 123 27
Binary 10101 1010 1101101 1010001 1011011 0 111001 11110111 1010011 10111

Color Harmonies of #150A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A6D

Black with #150A6D

Text Example


Text Example

White with #150A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150A6D; }

 p { color: rgb(21,10,109); }

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

background-color css

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

 a { background-color: rgb(21,10,109); }

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

border-color css

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

 span { border-color: rgb(21,10,109); }

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