Html Css Color HEX #150E35 Haiti

📋 copy color: '#150E35'

red 21 ◦ green 14 ◦ blue 53

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

Shades of Haiti #150E35

Tints of Haiti #150E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 60.23%

R = 23.86%
G = 15.91%
B = 60.23%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#150E35 (or 0x150E35) is known color: Haiti. HEX triplet: 15, 0E and 35. RGB value is (21,14,53). Sum of RGB (Red+Green+Blue) = 21+14+53=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #150E35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E35 is #EAF1CA. Grayscale: #141414. Windows color (decimal): -15397323 or 3477013. OLE color: 3477013.

HSL color Cylindrical-coordinate representation of color #150E35: hue angle of 250.77º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #150E35 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 14 53 -
CMYK 0.60 0.74 0 0.79
HSL 250.77º 0.58% 0.13% -
HSV(B) 250.77º 0.74% 0.21% -
XYZ 1.11 0.73 3.45 -
YUV 20.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 21 14 53 0.60 0.74 0 0.79 250.77 0.58 0.13
Hex 15 E 35 3C 4A 0 4F FB 3A D
Octal 25 16 65 74 112 0 117 373 72 15
Binary 10101 1110 110101 111100 1001010 0 1001111 11111011 111010 1101

Color Harmonies of #150E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E35

Black with #150E35

Text Example


Text Example

White with #150E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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