Html Css Color HEX #150165 Midnight Blue

📋 copy color: '#150165'

red 21 ◦ green 1 ◦ blue 101

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

Shades of Midnight Blue #150165

Tints of Midnight Blue #150165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 17.07%
G = 0.81%
B = 82.11%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#150165 (or 0x150165) is known color: Midnight Blue. HEX triplet: 15, 01 and 65. RGB value is (21,1,101). Sum of RGB (Red+Green+Blue) = 21+1+101=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 101 (39.84% from 255 or 82.11% from 123); Max value from RGB is 101 - color contains mainly: blue. Hex color #150165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150165 is #EAFE9A. Grayscale: #121212. Windows color (decimal): -15400603 or 6619413. OLE color: 6619413.

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

Color convert

RGB 21 1 101 -
CMYK 0.79 0.99 0 0.60
HSL 252º 0.98% 0.2% -
HSV(B) 252º 0.99% 0.4% -
XYZ 2.67 1.12 12.39 -
YUV 18.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 21 1 101 0.79 0.99 0 0.60 252 0.98 0.2
Hex 15 1 65 4F 63 0 3C FC 62 14
Octal 25 1 145 117 143 0 74 374 142 24
Binary 10101 1 1100101 1001111 1100011 0 111100 11111100 1100010 10100

Color Harmonies of #150165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150165

Black with #150165

Text Example


Text Example

White with #150165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150165; }

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

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

background-color css

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

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

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

border-color css

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

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

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