Html Css Color HEX #151E75 Midnight Blue

📋 copy color: '#151E75'

red 21 ◦ green 30 ◦ blue 117

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

Shades of Midnight Blue #151E75

Tints of Midnight Blue #151E75

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.86%

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 12.5%
G = 17.86%
B = 69.64%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#151E75 (or 0x151E75) is known color: Midnight Blue. HEX triplet: 15, 1E and 75. RGB value is (21,30,117). Sum of RGB (Red+Green+Blue) = 21+30+117=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #151E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E75 is #EAE18A. Grayscale: #242424. Windows color (decimal): -15393163 or 7675413. OLE color: 7675413.

HSL color Cylindrical-coordinate representation of color #151E75: hue angle of 234.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151E75 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 30 117 -
CMYK 0.82 0.74 0 0.54
HSL 234.38º 0.7% 0.27% -
HSV(B) 234.38º 0.82% 0.46% -
XYZ 3.98 2.37 17.08 -
YUV 37.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 21 30 117 0.82 0.74 0 0.54 234.38 0.7 0.27
Hex 15 1E 75 52 4A 0 36 EA 46 1B
Octal 25 36 165 122 112 0 66 352 106 33
Binary 10101 11110 1110101 1010010 1001010 0 110110 11101010 1000110 11011

Color Harmonies of #151E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E75

Black with #151E75

Text Example


Text Example

White with #151E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151E75; }

 p { color: rgb(21,30,117); }

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

background-color css

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

 a { background-color: rgb(21,30,117); }

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

border-color css

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

 span { border-color: rgb(21,30,117); }

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