Html Css Color HEX #150469 Midnight Blue

📋 copy color: '#150469'

red 21 ◦ green 4 ◦ blue 105

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

Shades of Midnight Blue #150469

Tints of Midnight Blue #150469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

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

R = 16.15%
G = 3.08%
B = 80.77%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#150469 (or 0x150469) is known color: Midnight Blue. HEX triplet: 15, 04 and 69. RGB value is (21,4,105). Sum of RGB (Red+Green+Blue) = 21+4+105=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 105 (41.41% from 255 or 80.77% from 130); Max value from RGB is 105 - color contains mainly: blue. Hex color #150469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150469 is #EAFB96. Grayscale: #141414. Windows color (decimal): -15399831 or 6882325. OLE color: 6882325.

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

Color convert

RGB 21 4 105 -
CMYK 0.80 0.96 0 0.59
HSL 250.1º 0.93% 0.21% -
HSV(B) 250.1º 0.96% 0.41% -
XYZ 2.9 1.27 13.46 -
YUV 20.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 21 4 105 0.80 0.96 0 0.59 250.1 0.93 0.21
Hex 15 4 69 50 60 0 3B FA 5D 15
Octal 25 4 151 120 140 0 73 372 135 25
Binary 10101 100 1101001 1010000 1100000 0 111011 11111010 1011101 10101

Color Harmonies of #150469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150469

Black with #150469

Text Example


Text Example

White with #150469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150469; }

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

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

background-color css

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

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

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

border-color css

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

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

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