Html Css Color HEX #153273 Sapphire

📋 copy color: '#153273'

red 21 ◦ green 50 ◦ blue 115

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

Shades of Sapphire #153273

Tints of Sapphire #153273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

 BLUE value IS 115 (45.31% from 255) = 61.83%

R = 11.29%
G = 26.88%
B = 61.83%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#153273 (or 0x153273) is known color: Sapphire. HEX triplet: 15, 32 and 73. RGB value is (21,50,115). Sum of RGB (Red+Green+Blue) = 21+50+115=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #153273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153273 is #EACD8C. Grayscale: #303030. Windows color (decimal): -15388045 or 7549461. OLE color: 7549461.

HSL color Cylindrical-coordinate representation of color #153273: hue angle of 221.49º 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 #153273 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 50 115 -
CMYK 0.82 0.57 0 0.55
HSL 221.49º 0.69% 0.27% -
HSV(B) 221.49º 0.82% 0.45% -
XYZ 4.54 3.68 16.69 -
YUV 48.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 21 50 115 0.82 0.57 0 0.55 221.49 0.69 0.27
Hex 15 32 73 52 39 0 37 DD 45 1B
Octal 25 62 163 122 71 0 67 335 105 33
Binary 10101 110010 1110011 1010010 111001 0 110111 11011101 1000101 11011

Color Harmonies of #153273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153273

Black with #153273

Text Example


Text Example

White with #153273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153273; }

 p { color: rgb(21,50,115); }

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

background-color css

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

 a { background-color: rgb(21,50,115); }

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

border-color css

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

 span { border-color: rgb(21,50,115); }

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