Html Css Color HEX #150E40 Tolopea

📋 copy color: '#150E40'

red 21 ◦ green 14 ◦ blue 64

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

Shades of Tolopea #150E40

Tints of Tolopea #150E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.14%

 BLUE value IS 64 (25.39% from 255) = 64.65%

R = 21.21%
G = 14.14%
B = 64.65%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#150E40 (or 0x150E40) is known color: Tolopea. HEX triplet: 15, 0E and 40. RGB value is (21,14,64). Sum of RGB (Red+Green+Blue) = 21+14+64=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #150E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E40 is #EAF1BF. Grayscale: #151515. Windows color (decimal): -15397312 or 4197909. OLE color: 4197909.

HSL color Cylindrical-coordinate representation of color #150E40: hue angle of 248.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #150E40 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 14 64 -
CMYK 0.67 0.78 0 0.75
HSL 248.4º 0.64% 0.15% -
HSV(B) 248.4º 0.78% 0.25% -
XYZ 1.39 0.84 4.94 -
YUV 21.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 21 14 64 0.67 0.78 0 0.75 248.4 0.64 0.15
Hex 15 E 40 43 4E 0 4B F8 40 F
Octal 25 16 100 103 116 0 113 370 100 17
Binary 10101 1110 1000000 1000011 1001110 0 1001011 11111000 1000000 1111

Color Harmonies of #150E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E40

Black with #150E40

Text Example


Text Example

White with #150E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150E40; }

 p { color: rgb(21,14,64); }

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

background-color css

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

 a { background-color: rgb(21,14,64); }

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

border-color css

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

 span { border-color: rgb(21,14,64); }

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