Html Css Color HEX #15376F Sapphire

📋 copy color: '#15376F'

red 21 ◦ green 55 ◦ blue 111

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

Shades of Sapphire #15376F

Tints of Sapphire #15376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.41%

 BLUE value IS 111 (43.75% from 255) = 59.36%

R = 11.23%
G = 29.41%
B = 59.36%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#15376F (or 0x15376F) is known color: Sapphire. HEX triplet: 15, 37 and 6F. RGB value is (21,55,111). Sum of RGB (Red+Green+Blue) = 21+55+111=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #15376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15376F is #EAC890. Grayscale: #323232. Windows color (decimal): -15386769 or 7288597. OLE color: 7288597.

HSL color Cylindrical-coordinate representation of color #15376F: hue angle of 217.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15376F is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 55 111 -
CMYK 0.81 0.50 0 0.56
HSL 217.33º 0.68% 0.26% -
HSV(B) 217.33º 0.81% 0.44% -
XYZ 4.54 4.04 15.58 -
YUV 51.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 21 55 111 0.81 0.50 0 0.56 217.33 0.68 0.26
Hex 15 37 6F 51 32 0 38 D9 44 1A
Octal 25 67 157 121 62 0 70 331 104 32
Binary 10101 110111 1101111 1010001 110010 0 111000 11011001 1000100 11010

Color Harmonies of #15376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15376F

Black with #15376F

Text Example


Text Example

White with #15376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15376F; }

 p { color: rgb(21,55,111); }

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

background-color css

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

 a { background-color: rgb(21,55,111); }

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

border-color css

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

 span { border-color: rgb(21,55,111); }

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