Html Css Color HEX #151E6A Midnight Blue

📋 copy color: '#151E6A'

red 21 ◦ green 30 ◦ blue 106

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

Shades of Midnight Blue #151E6A

Tints of Midnight Blue #151E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 67.52%

R = 13.38%
G = 19.11%
B = 67.52%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#151E6A (or 0x151E6A) is known color: Midnight Blue. HEX triplet: 15, 1E and 6A. RGB value is (21,30,106). Sum of RGB (Red+Green+Blue) = 21+30+106=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #151E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E6A is #EAE195. Grayscale: #232323. Windows color (decimal): -15393174 or 6954517. OLE color: 6954517.

HSL color Cylindrical-coordinate representation of color #151E6A: hue angle of 233.65º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #151E6A is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 30 106 -
CMYK 0.80 0.72 0 0.58
HSL 233.65º 0.67% 0.25% -
HSV(B) 233.65º 0.8% 0.42% -
XYZ 3.38 2.13 13.87 -
YUV 35.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 21 30 106 0.80 0.72 0 0.58 233.65 0.67 0.25
Hex 15 1E 6A 50 48 0 3A EA 43 19
Octal 25 36 152 120 110 0 72 352 103 31
Binary 10101 11110 1101010 1010000 1001000 0 111010 11101010 1000011 11001

Color Harmonies of #151E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E6A

Black with #151E6A

Text Example


Text Example

White with #151E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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