Html Css Color HEX #150674 Midnight Blue

📋 copy color: '#150674'

red 21 ◦ green 6 ◦ blue 116

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

Shades of Midnight Blue #150674

Tints of Midnight Blue #150674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.2%

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

R = 14.69%
G = 4.2%
B = 81.12%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#150674 (or 0x150674) is known color: Midnight Blue. HEX triplet: 15, 06 and 74. RGB value is (21,6,116). Sum of RGB (Red+Green+Blue) = 21+6+116=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 116 (45.70% from 255 or 81.12% from 143); Max value from RGB is 116 - color contains mainly: blue. Hex color #150674 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150674 is #EAF98B. Grayscale: #161616. Windows color (decimal): -15399308 or 7603733. OLE color: 7603733.

HSL color Cylindrical-coordinate representation of color #150674: hue angle of 248.18º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150674 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 6 116 -
CMYK 0.82 0.95 0 0.55
HSL 248.18º 0.9% 0.24% -
HSV(B) 248.18º 0.95% 0.45% -
XYZ 3.53 1.55 16.64 -
YUV 23.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 21 6 116 0.82 0.95 0 0.55 248.18 0.9 0.24
Hex 15 6 74 52 5F 0 37 F8 5A 18
Octal 25 6 164 122 137 0 67 370 132 30
Binary 10101 110 1110100 1010010 1011111 0 110111 11111000 1011010 11000

Color Harmonies of #150674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150674

Black with #150674

Text Example


Text Example

White with #150674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150674; }

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

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

background-color css

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

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

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

border-color css

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

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

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