Html Css Color HEX #153063 Sapphire

📋 copy color: '#153063'

red 21 ◦ green 48 ◦ blue 99

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

Shades of Sapphire #153063

Tints of Sapphire #153063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.57%

 BLUE value IS 99 (39.06% from 255) = 58.93%

R = 12.5%
G = 28.57%
B = 58.93%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#153063 (or 0x153063) is known color: Sapphire. HEX triplet: 15, 30 and 63. RGB value is (21,48,99). Sum of RGB (Red+Green+Blue) = 21+48+99=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #153063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153063 is #EACF9C. Grayscale: #2D2D2D. Windows color (decimal): -15388573 or 6500373. OLE color: 6500373.

HSL color Cylindrical-coordinate representation of color #153063: hue angle of 219.23º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153063 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 48 99 -
CMYK 0.79 0.52 0 0.61
HSL 219.23º 0.65% 0.24% -
HSV(B) 219.23º 0.79% 0.39% -
XYZ 3.62 3.17 12.23 -
YUV 45.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 21 48 99 0.79 0.52 0 0.61 219.23 0.65 0.24
Hex 15 30 63 4F 34 0 3D DB 41 18
Octal 25 60 143 117 64 0 75 333 101 30
Binary 10101 110000 1100011 1001111 110100 0 111101 11011011 1000001 11000

Color Harmonies of #153063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153063

Black with #153063

Text Example


Text Example

White with #153063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153063; }

 p { color: rgb(21,48,99); }

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

background-color css

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

 a { background-color: rgb(21,48,99); }

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

border-color css

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

 span { border-color: rgb(21,48,99); }

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