Html Css Color HEX #13258A Smalt

📋 copy color: '#13258A'

red 19 ◦ green 37 ◦ blue 138

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

Shades of Smalt #13258A

Tints of Smalt #13258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.07%

 BLUE value IS 138 (54.3% from 255) = 71.13%

R = 9.79%
G = 19.07%
B = 71.13%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#13258A (or 0x13258A) is known color: Smalt. HEX triplet: 13, 25 and 8A. RGB value is (19,37,138). Sum of RGB (Red+Green+Blue) = 19+37+138=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #13258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13258A is #ECDA75. Grayscale: #2A2A2A. Windows color (decimal): -15522422 or 9053459. OLE color: 9053459.

HSL color Cylindrical-coordinate representation of color #13258A: hue angle of 230.92º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13258A is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 37 138 -
CMYK 0.86 0.73 0 0.46
HSL 230.92º 0.76% 0.31% -
HSV(B) 230.92º 0.86% 0.54% -
XYZ 5.52 3.3 24.39 -
YUV 43.13 181.54 110.79 -
System Red Green Blue C M Y K H S L
Decimal 19 37 138 0.86 0.73 0 0.46 230.92 0.76 0.31
Hex 13 25 8A 56 49 0 2E E7 4C 1F
Octal 23 45 212 126 111 0 56 347 114 37
Binary 10011 100101 10001010 1010110 1001001 0 101110 11100111 1001100 11111

Color Harmonies of #13258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13258A

Black with #13258A

Text Example


Text Example

White with #13258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13258A; }

 p { color: rgb(19,37,138); }

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

background-color css

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

 a { background-color: rgb(19,37,138); }

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

border-color css

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

 span { border-color: rgb(19,37,138); }

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