Html Css Color HEX #150E68 Midnight Blue

📋 copy color: '#150E68'

red 21 ◦ green 14 ◦ blue 104

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

Shades of Midnight Blue #150E68

Tints of Midnight Blue #150E68

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.07%

 BLUE value IS 104 (41.02% from 255) = 74.82%

R = 15.11%
G = 10.07%
B = 74.82%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#150E68 (or 0x150E68) is known color: Midnight Blue. HEX triplet: 15, 0E and 68. RGB value is (21,14,104). Sum of RGB (Red+Green+Blue) = 21+14+104=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #150E68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150E68 is #EAF197. Grayscale: #1A1A1A. Windows color (decimal): -15397272 or 6819349. OLE color: 6819349.

HSL color Cylindrical-coordinate representation of color #150E68: hue angle of 244.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #150E68 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 14 104 -
CMYK 0.80 0.87 0 0.59
HSL 244.67º 0.76% 0.23% -
HSV(B) 244.67º 0.87% 0.41% -
XYZ 2.96 1.47 13.22 -
YUV 26.35 171.82 124.18 -
System Red Green Blue C M Y K H S L
Decimal 21 14 104 0.80 0.87 0 0.59 244.67 0.76 0.23
Hex 15 E 68 50 57 0 3B F5 4C 17
Octal 25 16 150 120 127 0 73 365 114 27
Binary 10101 1110 1101000 1010000 1010111 0 111011 11110101 1001100 10111

Color Harmonies of #150E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E68

Black with #150E68

Text Example


Text Example

White with #150E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,14,104); }

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

background-color css

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

 a { background-color: rgb(21,14,104); }

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

border-color css

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

 span { border-color: rgb(21,14,104); }

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