Html Css Color HEX #13268B Smalt

📋 copy color: '#13268B'

red 19 ◦ green 38 ◦ blue 139

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

Shades of Smalt #13268B

Tints of Smalt #13268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.39%

 BLUE value IS 139 (54.69% from 255) = 70.92%

R = 9.69%
G = 19.39%
B = 70.92%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13268B (or 0x13268B) is known color: Smalt. HEX triplet: 13, 26 and 8B. RGB value is (19,38,139). Sum of RGB (Red+Green+Blue) = 19+38+139=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #13268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13268B is #ECD974. Grayscale: #2B2B2B. Windows color (decimal): -15522165 or 9119251. OLE color: 9119251.

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

Color convert

RGB 19 38 139 -
CMYK 0.86 0.73 0 0.45
HSL 230.5º 0.76% 0.31% -
HSV(B) 230.5º 0.86% 0.55% -
XYZ 5.62 3.39 24.78 -
YUV 43.83 181.71 110.29 -
System Red Green Blue C M Y K H S L
Decimal 19 38 139 0.86 0.73 0 0.45 230.5 0.76 0.31
Hex 13 26 8B 56 49 0 2D E6 4C 1F
Octal 23 46 213 126 111 0 55 346 114 37
Binary 10011 100110 10001011 1010110 1001001 0 101101 11100110 1001100 11111

Color Harmonies of #13268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13268B

Black with #13268B

Text Example


Text Example

White with #13268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13268B; }

 p { color: rgb(19,38,139); }

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

background-color css

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

 a { background-color: rgb(19,38,139); }

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

border-color css

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

 span { border-color: rgb(19,38,139); }

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