Html Css Color HEX #150A6C Midnight Blue

📋 copy color: '#150A6C'

red 21 ◦ green 10 ◦ blue 108

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

Shades of Midnight Blue #150A6C

Tints of Midnight Blue #150A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 77.7%

R = 15.11%
G = 7.19%
B = 77.7%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#150A6C (or 0x150A6C) is known color: Midnight Blue. HEX triplet: 15, 0A and 6C. RGB value is (21,10,108). Sum of RGB (Red+Green+Blue) = 21+10+108=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 108 (42.58% from 255 or 77.70% from 139); Max value from RGB is 108 - color contains mainly: blue. Hex color #150A6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A6C is #EAF593. Grayscale: #181818. Windows color (decimal): -15398292 or 7080469. OLE color: 7080469.

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

Color convert

RGB 21 10 108 -
CMYK 0.81 0.91 0 0.58
HSL 246.73º 0.83% 0.23% -
HSV(B) 246.73º 0.91% 0.42% -
XYZ 3.12 1.46 14.3 -
YUV 24.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 21 10 108 0.81 0.91 0 0.58 246.73 0.83 0.23
Hex 15 A 6C 51 5B 0 3A F7 53 17
Octal 25 12 154 121 133 0 72 367 123 27
Binary 10101 1010 1101100 1010001 1011011 0 111010 11110111 1010011 10111

Color Harmonies of #150A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A6C

Black with #150A6C

Text Example


Text Example

White with #150A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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