Html Css Color HEX #15356D Sapphire

📋 copy color: '#15356D'

red 21 ◦ green 53 ◦ blue 109

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

Shades of Sapphire #15356D

Tints of Sapphire #15356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 59.56%

R = 11.48%
G = 28.96%
B = 59.56%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15356D (or 0x15356D) is known color: Sapphire. HEX triplet: 15, 35 and 6D. RGB value is (21,53,109). Sum of RGB (Red+Green+Blue) = 21+53+109=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #15356D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15356D is #EACA92. Grayscale: #313131. Windows color (decimal): -15387283 or 7157013. OLE color: 7157013.

HSL color Cylindrical-coordinate representation of color #15356D: hue angle of 218.18º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15356D is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 53 109 -
CMYK 0.81 0.51 0 0.57
HSL 218.18º 0.68% 0.25% -
HSV(B) 218.18º 0.81% 0.43% -
XYZ 4.34 3.81 14.97 -
YUV 49.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 21 53 109 0.81 0.51 0 0.57 218.18 0.68 0.25
Hex 15 35 6D 51 33 0 39 DA 44 19
Octal 25 65 155 121 63 0 71 332 104 31
Binary 10101 110101 1101101 1010001 110011 0 111001 11011010 1000100 11001

Color Harmonies of #15356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15356D

Black with #15356D

Text Example


Text Example

White with #15356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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