Html Css Color HEX #150C65 Midnight Blue

📋 copy color: '#150C65'

red 21 ◦ green 12 ◦ blue 101

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

Shades of Midnight Blue #150C65

Tints of Midnight Blue #150C65

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.96%

 BLUE value IS 101 (39.84% from 255) = 75.37%

R = 15.67%
G = 8.96%
B = 75.37%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#150C65 (or 0x150C65) is known color: Midnight Blue. HEX triplet: 15, 0C and 65. RGB value is (21,12,101). Sum of RGB (Red+Green+Blue) = 21+12+101=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #150C65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C65 is #EAF39A. Grayscale: #181818. Windows color (decimal): -15397787 or 6622229. OLE color: 6622229.

HSL color Cylindrical-coordinate representation of color #150C65: hue angle of 246.07º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150C65 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 12 101 -
CMYK 0.79 0.88 0 0.60
HSL 246.07º 0.79% 0.22% -
HSV(B) 246.07º 0.88% 0.4% -
XYZ 2.79 1.36 12.43 -
YUV 24.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 21 12 101 0.79 0.88 0 0.60 246.07 0.79 0.22
Hex 15 C 65 4F 58 0 3C F6 4F 16
Octal 25 14 145 117 130 0 74 366 117 26
Binary 10101 1100 1100101 1001111 1011000 0 111100 11110110 1001111 10110

Color Harmonies of #150C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C65

Black with #150C65

Text Example


Text Example

White with #150C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,12,101); }

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

background-color css

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

 a { background-color: rgb(21,12,101); }

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

border-color css

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

 span { border-color: rgb(21,12,101); }

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