Html Css Color HEX #15327F Sapphire

📋 copy color: '#15327F'

red 21 ◦ green 50 ◦ blue 127

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

Shades of Sapphire #15327F

Tints of Sapphire #15327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

 BLUE value IS 127 (50% from 255) = 64.14%

R = 10.61%
G = 25.25%
B = 64.14%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#15327F (or 0x15327F) is known color: Sapphire. HEX triplet: 15, 32 and 7F. RGB value is (21,50,127). Sum of RGB (Red+Green+Blue) = 21+50+127=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #15327F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15327F is #EACD80. Grayscale: #313131. Windows color (decimal): -15388033 or 8335893. OLE color: 8335893.

HSL color Cylindrical-coordinate representation of color #15327F: hue angle of 223.58º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15327F is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 50 127 -
CMYK 0.83 0.61 0 0.50
HSL 223.58º 0.72% 0.29% -
HSV(B) 223.58º 0.83% 0.5% -
XYZ 5.28 3.97 20.57 -
YUV 50.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 21 50 127 0.83 0.61 0 0.50 223.58 0.72 0.29
Hex 15 32 7F 53 3D 0 32 E0 48 1D
Octal 25 62 177 123 75 0 62 340 110 35
Binary 10101 110010 1111111 1010011 111101 0 110010 11100000 1001000 11101

Color Harmonies of #15327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15327F

Black with #15327F

Text Example


Text Example

White with #15327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,50,127); }

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

background-color css

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

 a { background-color: rgb(21,50,127); }

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

border-color css

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

 span { border-color: rgb(21,50,127); }

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