Html Css Color HEX #153076 Sapphire

📋 copy color: '#153076'

red 21 ◦ green 48 ◦ blue 118

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

Shades of Sapphire #153076

Tints of Sapphire #153076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.1%

R = 11.23%
G = 25.67%
B = 63.1%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#153076 (or 0x153076) is known color: Sapphire. HEX triplet: 15, 30 and 76. RGB value is (21,48,118). Sum of RGB (Red+Green+Blue) = 21+48+118=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #153076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153076 is #EACF89. Grayscale: #2F2F2F. Windows color (decimal): -15388554 or 7745557. OLE color: 7745557.

HSL color Cylindrical-coordinate representation of color #153076: hue angle of 223.3º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153076 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 48 118 -
CMYK 0.82 0.59 0 0.54
HSL 223.3º 0.7% 0.27% -
HSV(B) 223.3º 0.82% 0.46% -
XYZ 4.64 3.58 17.59 -
YUV 47.91 167.55 108.81 -
System Red Green Blue C M Y K H S L
Decimal 21 48 118 0.82 0.59 0 0.54 223.3 0.7 0.27
Hex 15 30 76 52 3B 0 36 DF 46 1B
Octal 25 60 166 122 73 0 66 337 106 33
Binary 10101 110000 1110110 1010010 111011 0 110110 11011111 1000110 11011

Color Harmonies of #153076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153076

Black with #153076

Text Example


Text Example

White with #153076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153076; }

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

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

background-color css

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

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

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

border-color css

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

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

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