Html Css Color HEX #150E27 Haiti

📋 copy color: '#150E27'

red 21 ◦ green 14 ◦ blue 39

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

Shades of Haiti #150E27

Tints of Haiti #150E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 52.7%

R = 28.38%
G = 18.92%
B = 52.7%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#150E27 (or 0x150E27) is known color: Haiti. HEX triplet: 15, 0E and 27. RGB value is (21,14,39). Sum of RGB (Red+Green+Blue) = 21+14+39=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #150E27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E27 is #EAF1D8. Grayscale: #121212. Windows color (decimal): -15397337 or 2559509. OLE color: 2559509.

HSL color Cylindrical-coordinate representation of color #150E27: hue angle of 256.8º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #150E27 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 14 39 -
CMYK 0.46 0.64 0 0.85
HSL 256.8º 0.47% 0.1% -
HSV(B) 256.8º 0.64% 0.15% -
XYZ 0.83 0.62 2 -
YUV 18.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 21 14 39 0.46 0.64 0 0.85 256.8 0.47 0.1
Hex 15 E 27 2E 40 0 55 101 2F A
Octal 25 16 47 56 100 0 125 401 57 12
Binary 10101 1110 100111 101110 1000000 0 1010101 100000001 101111 1010

Color Harmonies of #150E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E27

Black with #150E27

Text Example


Text Example

White with #150E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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