Html Css Color HEX #14315C Sapphire

📋 copy color: '#14315C'

red 20 ◦ green 49 ◦ blue 92

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

Shades of Sapphire #14315C

Tints of Sapphire #14315C

RGB

 RED value IS 20 (8.2% from 255) = 12.42%

 GREEN value IS 49 (19.53% from 255) = 30.43%

 BLUE value IS 92 (36.33% from 255) = 57.14%

R = 12.42%
G = 30.43%
B = 57.14%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14315C (or 0x14315C) is known color: Sapphire. HEX triplet: 14, 31 and 5C. RGB value is (20,49,92). Sum of RGB (Red+Green+Blue) = 20+49+92=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #14315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14315C is #EBCEA3. Grayscale: #2D2D2D. Windows color (decimal): -15453860 or 6041876. OLE color: 6041876.

HSL color Cylindrical-coordinate representation of color #14315C: hue angle of 215.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14315C is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 49 92 -
CMYK 0.78 0.47 0 0.64
HSL 215.83º 0.64% 0.22% -
HSV(B) 215.83º 0.78% 0.36% -
XYZ 3.32 3.12 10.55 -
YUV 45.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 20 49 92 0.78 0.47 0 0.64 215.83 0.64 0.22
Hex 14 31 5C 4E 2F 0 40 D8 40 16
Octal 24 61 134 116 57 0 100 330 100 26
Binary 10100 110001 1011100 1001110 101111 0 1000000 11011000 1000000 10110

Color Harmonies of #14315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14315C

Black with #14315C

Text Example


Text Example

White with #14315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,49,92); }

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

background-color css

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

 a { background-color: rgb(20,49,92); }

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

border-color css

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

 span { border-color: rgb(20,49,92); }

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