Html Css Color HEX #15327C Sapphire

📋 copy color: '#15327C'

red 21 ◦ green 50 ◦ blue 124

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

Shades of Sapphire #15327C

Tints of Sapphire #15327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.59%

R = 10.77%
G = 25.64%
B = 63.59%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15327C (or 0x15327C) is known color: Sapphire. HEX triplet: 15, 32 and 7C. RGB value is (21,50,124). Sum of RGB (Red+Green+Blue) = 21+50+124=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #15327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15327C is #EACD83. Grayscale: #313131. Windows color (decimal): -15388036 or 8139285. OLE color: 8139285.

HSL color Cylindrical-coordinate representation of color #15327C: hue angle of 223.11º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15327C is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 50 124 -
CMYK 0.83 0.60 0 0.51
HSL 223.11º 0.71% 0.28% -
HSV(B) 223.11º 0.83% 0.49% -
XYZ 5.09 3.9 19.55 -
YUV 49.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 21 50 124 0.83 0.60 0 0.51 223.11 0.71 0.28
Hex 15 32 7C 53 3C 0 33 DF 47 1C
Octal 25 62 174 123 74 0 63 337 107 34
Binary 10101 110010 1111100 1010011 111100 0 110011 11011111 1000111 11100

Color Harmonies of #15327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15327C

Black with #15327C

Text Example


Text Example

White with #15327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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