Html Css Color HEX #150B7A Midnight Blue

📋 copy color: '#150B7A'

red 21 ◦ green 11 ◦ blue 122

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

Shades of Midnight Blue #150B7A

Tints of Midnight Blue #150B7A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.14%

 BLUE value IS 122 (48.05% from 255) = 79.22%

R = 13.64%
G = 7.14%
B = 79.22%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#150B7A (or 0x150B7A) is known color: Midnight Blue. HEX triplet: 15, 0B and 7A. RGB value is (21,11,122). Sum of RGB (Red+Green+Blue) = 21+11+122=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 122 (48.05% from 255 or 79.22% from 154); Max value from RGB is 122 - color contains mainly: blue. Hex color #150B7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B7A is #EAF485. Grayscale: #1A1A1A. Windows color (decimal): -15398022 or 7998229. OLE color: 7998229.

HSL color Cylindrical-coordinate representation of color #150B7A: hue angle of 245.41º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150B7A is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 21 11 122 -
CMYK 0.83 0.91 0 0.52
HSL 245.41º 0.83% 0.26% -
HSV(B) 245.41º 0.91% 0.48% -
XYZ 3.94 1.8 18.55 -
YUV 26.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 21 11 122 0.83 0.91 0 0.52 245.41 0.83 0.26
Hex 15 B 7A 53 5B 0 34 F5 53 1A
Octal 25 13 172 123 133 0 64 365 123 32
Binary 10101 1011 1111010 1010011 1011011 0 110100 11110101 1010011 11010

Color Harmonies of #150B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B7A

Black with #150B7A

Text Example


Text Example

White with #150B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,11,122); }

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

background-color css

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

 a { background-color: rgb(21,11,122); }

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

border-color css

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

 span { border-color: rgb(21,11,122); }

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