Html Css Color HEX #153161 Sapphire

📋 copy color: '#153161'

red 21 ◦ green 49 ◦ blue 97

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

Shades of Sapphire #153161

Tints of Sapphire #153161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.08%

R = 12.57%
G = 29.34%
B = 58.08%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153161 (or 0x153161) is known color: Sapphire. HEX triplet: 15, 31 and 61. RGB value is (21,49,97). Sum of RGB (Red+Green+Blue) = 21+49+97=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #153161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153161 is #EACE9E. Grayscale: #2D2D2D. Windows color (decimal): -15388319 or 6369557. OLE color: 6369557.

HSL color Cylindrical-coordinate representation of color #153161: hue angle of 217.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153161 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 49 97 -
CMYK 0.78 0.49 0 0.62
HSL 217.89º 0.64% 0.23% -
HSV(B) 217.89º 0.78% 0.38% -
XYZ 3.57 3.22 11.74 -
YUV 46.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 21 49 97 0.78 0.49 0 0.62 217.89 0.64 0.23
Hex 15 31 61 4E 31 0 3E DA 40 17
Octal 25 61 141 116 61 0 76 332 100 27
Binary 10101 110001 1100001 1001110 110001 0 111110 11011010 1000000 10111

Color Harmonies of #153161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153161

Black with #153161

Text Example


Text Example

White with #153161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153161; }

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

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

background-color css

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

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

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

border-color css

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

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

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