Html Css Color HEX #153174 Sapphire

📋 copy color: '#153174'

red 21 ◦ green 49 ◦ blue 116

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

Shades of Sapphire #153174

Tints of Sapphire #153174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.37%

R = 11.29%
G = 26.34%
B = 62.37%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#153174 (or 0x153174) is known color: Sapphire. HEX triplet: 15, 31 and 74. RGB value is (21,49,116). Sum of RGB (Red+Green+Blue) = 21+49+116=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #153174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153174 is #EACE8B. Grayscale: #2F2F2F. Windows color (decimal): -15388300 or 7614741. OLE color: 7614741.

HSL color Cylindrical-coordinate representation of color #153174: hue angle of 222.32º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153174 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 49 116 -
CMYK 0.82 0.58 0 0.55
HSL 222.32º 0.69% 0.27% -
HSV(B) 222.32º 0.82% 0.45% -
XYZ 4.56 3.62 16.98 -
YUV 48.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 21 49 116 0.82 0.58 0 0.55 222.32 0.69 0.27
Hex 15 31 74 52 3A 0 37 DE 45 1B
Octal 25 61 164 122 72 0 67 336 105 33
Binary 10101 110001 1110100 1010010 111010 0 110111 11011110 1000101 11011

Color Harmonies of #153174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153174

Black with #153174

Text Example


Text Example

White with #153174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153174; }

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

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

background-color css

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

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

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

border-color css

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

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

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