Html Css Color HEX #15366D Sapphire

📋 copy color: '#15366D'

red 21 ◦ green 54 ◦ blue 109

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

Shades of Sapphire #15366D

Tints of Sapphire #15366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

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

R = 11.41%
G = 29.35%
B = 59.24%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15366D (or 0x15366D) is known color: Sapphire. HEX triplet: 15, 36 and 6D. RGB value is (21,54,109). Sum of RGB (Red+Green+Blue) = 21+54+109=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #15366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15366D is #EAC992. Grayscale: #323232. Windows color (decimal): -15387027 or 7157269. OLE color: 7157269.

HSL color Cylindrical-coordinate representation of color #15366D: hue angle of 217.5º 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 #15366D is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 54 109 -
CMYK 0.81 0.50 0 0.57
HSL 217.5º 0.68% 0.25% -
HSV(B) 217.5º 0.81% 0.43% -
XYZ 4.39 3.9 14.99 -
YUV 50.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 21 54 109 0.81 0.50 0 0.57 217.5 0.68 0.25
Hex 15 36 6D 51 32 0 39 DA 44 19
Octal 25 66 155 121 62 0 71 332 104 31
Binary 10101 110110 1101101 1010001 110010 0 111001 11011010 1000100 11001

Color Harmonies of #15366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15366D

Black with #15366D

Text Example


Text Example

White with #15366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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