Html Css Color HEX #151265 Midnight Blue

📋 copy color: '#151265'

red 21 ◦ green 18 ◦ blue 101

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

Shades of Midnight Blue #151265

Tints of Midnight Blue #151265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

 BLUE value IS 101 (39.84% from 255) = 72.14%

R = 15%
G = 12.86%
B = 72.14%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#151265 (or 0x151265) is known color: Midnight Blue. HEX triplet: 15, 12 and 65. RGB value is (21,18,101). Sum of RGB (Red+Green+Blue) = 21+18+101=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 101 (39.84% from 255 or 72.14% from 140); Max value from RGB is 101 - color contains mainly: blue. Hex color #151265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151265 is #EAED9A. Grayscale: #1C1C1C. Windows color (decimal): -15396251 or 6623765. OLE color: 6623765.

HSL color Cylindrical-coordinate representation of color #151265: hue angle of 242.17º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151265 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 18 101 -
CMYK 0.79 0.82 0 0.60
HSL 242.17º 0.7% 0.23% -
HSV(B) 242.17º 0.82% 0.4% -
XYZ 2.87 1.53 12.46 -
YUV 28.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 21 18 101 0.79 0.82 0 0.60 242.17 0.7 0.23
Hex 15 12 65 4F 52 0 3C F2 46 17
Octal 25 22 145 117 122 0 74 362 106 27
Binary 10101 10010 1100101 1001111 1010010 0 111100 11110010 1000110 10111

Color Harmonies of #151265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151265

Black with #151265

Text Example


Text Example

White with #151265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151265; }

 p { color: rgb(21,18,101); }

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

background-color css

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

 a { background-color: rgb(21,18,101); }

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

border-color css

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

 span { border-color: rgb(21,18,101); }

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