Html Css Color HEX #130D23 Haiti

📋 copy color: '#130D23'

red 19 ◦ green 13 ◦ blue 35

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

Shades of Haiti #130D23

Tints of Haiti #130D23

RGB

 RED value IS 19 (7.81% from 255) = 28.36%

 GREEN value IS 13 (5.47% from 255) = 19.4%

 BLUE value IS 35 (14.06% from 255) = 52.24%

R = 28.36%
G = 19.4%
B = 52.24%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130D23 (or 0x130D23) is known color: Haiti. HEX triplet: 13, 0D and 23. RGB value is (19,13,35). Sum of RGB (Red+Green+Blue) = 19+13+35=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #130D23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D23 is #ECF2DC. Grayscale: #111111. Windows color (decimal): -15528669 or 2297107. OLE color: 2297107.

HSL color Cylindrical-coordinate representation of color #130D23: hue angle of 256.36º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #130D23 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 13 35 -
CMYK 0.46 0.63 0 0.86
HSL 256.36º 0.46% 0.09% -
HSV(B) 256.36º 0.63% 0.14% -
XYZ 0.72 0.55 1.66 -
YUV 17.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 19 13 35 0.46 0.63 0 0.86 256.36 0.46 0.09
Hex 13 D 23 2E 3F 0 56 100 2E 9
Octal 23 15 43 56 77 0 126 400 56 11
Binary 10011 1101 100011 101110 111111 0 1010110 100000000 101110 1001

Color Harmonies of #130D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D23

Black with #130D23

Text Example


Text Example

White with #130D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130D23; }

 p { color: rgb(19,13,35); }

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

background-color css

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

 a { background-color: rgb(19,13,35); }

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

border-color css

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

 span { border-color: rgb(19,13,35); }

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