Html Css Color HEX #150A74 Midnight Blue

📋 copy color: '#150A74'

red 21 ◦ green 10 ◦ blue 116

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

Shades of Midnight Blue #150A74

Tints of Midnight Blue #150A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 78.91%

R = 14.29%
G = 6.8%
B = 78.91%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#150A74 (or 0x150A74) is known color: Midnight Blue. HEX triplet: 15, 0A and 74. RGB value is (21,10,116). Sum of RGB (Red+Green+Blue) = 21+10+116=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 116 (45.70% from 255 or 78.91% from 147); Max value from RGB is 116 - color contains mainly: blue. Hex color #150A74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A74 is #EAF58B. Grayscale: #181818. Windows color (decimal): -15398284 or 7604757. OLE color: 7604757.

HSL color Cylindrical-coordinate representation of color #150A74: hue angle of 246.23º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150A74 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 10 116 -
CMYK 0.82 0.91 0 0.55
HSL 246.23º 0.84% 0.25% -
HSV(B) 246.23º 0.91% 0.45% -
XYZ 3.57 1.64 16.65 -
YUV 25.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 21 10 116 0.82 0.91 0 0.55 246.23 0.84 0.25
Hex 15 A 74 52 5B 0 37 F6 54 19
Octal 25 12 164 122 133 0 67 366 124 31
Binary 10101 1010 1110100 1010010 1011011 0 110111 11110110 1010100 11001

Color Harmonies of #150A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A74

Black with #150A74

Text Example


Text Example

White with #150A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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