Html Css Color HEX #15308B Smalt

📋 copy color: '#15308B'

red 21 ◦ green 48 ◦ blue 139

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

Shades of Smalt #15308B

Tints of Smalt #15308B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

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

R = 10.1%
G = 23.08%
B = 66.83%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15308B (or 0x15308B) is known color: Smalt. HEX triplet: 15, 30 and 8B. RGB value is (21,48,139). Sum of RGB (Red+Green+Blue) = 21+48+139=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #15308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15308B is #EACF74. Grayscale: #313131. Windows color (decimal): -15388533 or 9121813. OLE color: 9121813.

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

Color convert

RGB 21 48 139 -
CMYK 0.85 0.65 0 0.45
HSL 226.27º 0.74% 0.31% -
HSV(B) 226.27º 0.85% 0.55% -
XYZ 6.03 4.14 24.91 -
YUV 50.3 178.05 107.1 -
System Red Green Blue C M Y K H S L
Decimal 21 48 139 0.85 0.65 0 0.45 226.27 0.74 0.31
Hex 15 30 8B 55 41 0 2D E2 4A 1F
Octal 25 60 213 125 101 0 55 342 112 37
Binary 10101 110000 10001011 1010101 1000001 0 101101 11100010 1001010 11111

Color Harmonies of #15308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15308B

Black with #15308B

Text Example


Text Example

White with #15308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,48,139); }

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

background-color css

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

 a { background-color: rgb(21,48,139); }

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

border-color css

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

 span { border-color: rgb(21,48,139); }

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