Html Css Color HEX #130237 Blackcurrant

📋 copy color: '#130237'

red 19 ◦ green 2 ◦ blue 55

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

Shades of Blackcurrant #130237

Tints of Blackcurrant #130237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.63%

 BLUE value IS 55 (21.88% from 255) = 72.37%

R = 25%
G = 2.63%
B = 72.37%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130237 (or 0x130237) is known color: Blackcurrant. HEX triplet: 13, 02 and 37. RGB value is (19,2,55). Sum of RGB (Red+Green+Blue) = 19+2+55=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 55 (21.88% from 255 or 72.37% from 76); Max value from RGB is 55 - color contains mainly: blue. Hex color #130237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130237 is #ECFDC8. Grayscale: #0C0C0C. Windows color (decimal): -15531465 or 3605011. OLE color: 3605011.

HSL color Cylindrical-coordinate representation of color #130237: hue angle of 259.25º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130237 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 2 55 -
CMYK 0.65 0.96 0 0.78
HSL 259.25º 0.93% 0.11% -
HSV(B) 259.25º 0.96% 0.22% -
XYZ 0.98 0.46 3.65 -
YUV 13.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 19 2 55 0.65 0.96 0 0.78 259.25 0.93 0.11
Hex 13 2 37 41 60 0 4E 103 5D B
Octal 23 2 67 101 140 0 116 403 135 13
Binary 10011 10 110111 1000001 1100000 0 1001110 100000011 1011101 1011

Color Harmonies of #130237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130237

Black with #130237

Text Example


Text Example

White with #130237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130237; }

 p { color: rgb(19,2,55); }

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

background-color css

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

 a { background-color: rgb(19,2,55); }

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

border-color css

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

 span { border-color: rgb(19,2,55); }

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