Html Css Color HEX #153181 Sapphire

📋 copy color: '#153181'

red 21 ◦ green 49 ◦ blue 129

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

Shades of Sapphire #153181

Tints of Sapphire #153181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 129 (50.78% from 255) = 64.82%

R = 10.55%
G = 24.62%
B = 64.82%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#153181 (or 0x153181) is known color: Sapphire. HEX triplet: 15, 31 and 81. RGB value is (21,49,129). Sum of RGB (Red+Green+Blue) = 21+49+129=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #153181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153181 is #EACE7E. Grayscale: #313131. Windows color (decimal): -15388287 or 8466709. OLE color: 8466709.

HSL color Cylindrical-coordinate representation of color #153181: hue angle of 224.44º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153181 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 49 129 -
CMYK 0.84 0.62 0 0.49
HSL 224.44º 0.72% 0.29% -
HSV(B) 224.44º 0.84% 0.51% -
XYZ 5.37 3.94 21.25 -
YUV 49.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 21 49 129 0.84 0.62 0 0.49 224.44 0.72 0.29
Hex 15 31 81 54 3E 0 31 E0 48 1D
Octal 25 61 201 124 76 0 61 340 110 35
Binary 10101 110001 10000001 1010100 111110 0 110001 11100000 1001000 11101

Color Harmonies of #153181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153181

Black with #153181

Text Example


Text Example

White with #153181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153181; }

 p { color: rgb(21,49,129); }

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

background-color css

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

 a { background-color: rgb(21,49,129); }

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

border-color css

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

 span { border-color: rgb(21,49,129); }

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