Html Css Color HEX #150869 Midnight Blue

📋 copy color: '#150869'

red 21 ◦ green 8 ◦ blue 105

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

Shades of Midnight Blue #150869

Tints of Midnight Blue #150869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.97%

 BLUE value IS 105 (41.41% from 255) = 78.36%

R = 15.67%
G = 5.97%
B = 78.36%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#150869 (or 0x150869) is known color: Midnight Blue. HEX triplet: 15, 08 and 69. RGB value is (21,8,105). Sum of RGB (Red+Green+Blue) = 21+8+105=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 105 (41.41% from 255 or 78.36% from 134); Max value from RGB is 105 - color contains mainly: blue. Hex color #150869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150869 is #EAF796. Grayscale: #161616. Windows color (decimal): -15398807 or 6883349. OLE color: 6883349.

HSL color Cylindrical-coordinate representation of color #150869: hue angle of 248.04º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150869 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 8 105 -
CMYK 0.80 0.92 0 0.59
HSL 248.04º 0.86% 0.22% -
HSV(B) 248.04º 0.92% 0.41% -
XYZ 2.95 1.35 13.47 -
YUV 22.95 174.31 126.61 -
System Red Green Blue C M Y K H S L
Decimal 21 8 105 0.80 0.92 0 0.59 248.04 0.86 0.22
Hex 15 8 69 50 5C 0 3B F8 56 16
Octal 25 10 151 120 134 0 73 370 126 26
Binary 10101 1000 1101001 1010000 1011100 0 111011 11111000 1010110 10110

Color Harmonies of #150869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150869

Black with #150869

Text Example


Text Example

White with #150869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150869; }

 p { color: rgb(21,8,105); }

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

background-color css

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

 a { background-color: rgb(21,8,105); }

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

border-color css

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

 span { border-color: rgb(21,8,105); }

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