Html Css Color HEX #153566 Sapphire

📋 copy color: '#153566'

red 21 ◦ green 53 ◦ blue 102

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

Shades of Sapphire #153566

Tints of Sapphire #153566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.11%

 BLUE value IS 102 (40.23% from 255) = 57.95%

R = 11.93%
G = 30.11%
B = 57.95%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#153566 (or 0x153566) is known color: Sapphire. HEX triplet: 15, 35 and 66. RGB value is (21,53,102). Sum of RGB (Red+Green+Blue) = 21+53+102=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #153566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153566 is #EACA99. Grayscale: #303030. Windows color (decimal): -15387290 or 6698261. OLE color: 6698261.

HSL color Cylindrical-coordinate representation of color #153566: hue angle of 216.3º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153566 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 53 102 -
CMYK 0.79 0.48 0 0.6
HSL 216.3º 0.66% 0.24% -
HSV(B) 216.3º 0.79% 0.4% -
XYZ 3.98 3.66 13.07 -
YUV 49.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 21 53 102 0.79 0.48 0 0.6 216.3 0.66 0.24
Hex 15 35 66 4F 30 0 3C D8 42 18
Octal 25 65 146 117 60 0 74 330 102 30
Binary 10101 110101 1100110 1001111 110000 0 111100 11011000 1000010 11000

Color Harmonies of #153566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153566

Black with #153566

Text Example


Text Example

White with #153566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153566; }

 p { color: rgb(21,53,102); }

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

background-color css

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

 a { background-color: rgb(21,53,102); }

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

border-color css

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

 span { border-color: rgb(21,53,102); }

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