Html Css Color HEX #153471 Sapphire

📋 copy color: '#153471'

red 21 ◦ green 52 ◦ blue 113

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

Shades of Sapphire #153471

Tints of Sapphire #153471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

 BLUE value IS 113 (44.53% from 255) = 60.75%

R = 11.29%
G = 27.96%
B = 60.75%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#153471 (or 0x153471) is known color: Sapphire. HEX triplet: 15, 34 and 71. RGB value is (21,52,113). Sum of RGB (Red+Green+Blue) = 21+52+113=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #153471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153471 is #EACB8E. Grayscale: #313131. Windows color (decimal): -15387535 or 7418901. OLE color: 7418901.

HSL color Cylindrical-coordinate representation of color #153471: hue angle of 219.78º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153471 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 52 113 -
CMYK 0.81 0.54 0 0.56
HSL 219.78º 0.69% 0.26% -
HSV(B) 219.78º 0.81% 0.44% -
XYZ 4.52 3.81 16.12 -
YUV 49.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 21 52 113 0.81 0.54 0 0.56 219.78 0.69 0.26
Hex 15 34 71 51 36 0 38 DC 45 1A
Octal 25 64 161 121 66 0 70 334 105 32
Binary 10101 110100 1110001 1010001 110110 0 111000 11011100 1000101 11010

Color Harmonies of #153471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153471

Black with #153471

Text Example


Text Example

White with #153471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153471; }

 p { color: rgb(21,52,113); }

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

background-color css

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

 a { background-color: rgb(21,52,113); }

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

border-color css

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

 span { border-color: rgb(21,52,113); }

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