Html Css Color HEX #15356B Sapphire

📋 copy color: '#15356B'

red 21 ◦ green 53 ◦ blue 107

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

Shades of Sapphire #15356B

Tints of Sapphire #15356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 59.12%

R = 11.6%
G = 29.28%
B = 59.12%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15356B (or 0x15356B) is known color: Sapphire. HEX triplet: 15, 35 and 6B. RGB value is (21,53,107). Sum of RGB (Red+Green+Blue) = 21+53+107=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #15356B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15356B is #EACA94. Grayscale: #313131. Windows color (decimal): -15387285 or 7025941. OLE color: 7025941.

HSL color Cylindrical-coordinate representation of color #15356B: hue angle of 217.67º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15356B is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 53 107 -
CMYK 0.80 0.50 0 0.58
HSL 217.67º 0.67% 0.25% -
HSV(B) 217.67º 0.8% 0.42% -
XYZ 4.24 3.77 14.41 -
YUV 49.59 160.4 107.61 -
System Red Green Blue C M Y K H S L
Decimal 21 53 107 0.80 0.50 0 0.58 217.67 0.67 0.25
Hex 15 35 6B 50 32 0 3A DA 43 19
Octal 25 65 153 120 62 0 72 332 103 31
Binary 10101 110101 1101011 1010000 110010 0 111010 11011010 1000011 11001

Color Harmonies of #15356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15356B

Black with #15356B

Text Example


Text Example

White with #15356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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