Html Css Color HEX #14315F Sapphire

📋 copy color: '#14315F'

red 20 ◦ green 49 ◦ blue 95

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

Shades of Sapphire #14315F

Tints of Sapphire #14315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 57.93%

R = 12.2%
G = 29.88%
B = 57.93%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14315F (or 0x14315F) is known color: Sapphire. HEX triplet: 14, 31 and 5F. RGB value is (20,49,95). Sum of RGB (Red+Green+Blue) = 20+49+95=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #14315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14315F is #EBCEA0. Grayscale: #2D2D2D. Windows color (decimal): -15453857 or 6238484. OLE color: 6238484.

HSL color Cylindrical-coordinate representation of color #14315F: hue angle of 216.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14315F is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 49 95 -
CMYK 0.79 0.48 0 0.63
HSL 216.8º 0.65% 0.23% -
HSV(B) 216.8º 0.79% 0.37% -
XYZ 3.45 3.17 11.26 -
YUV 45.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 20 49 95 0.79 0.48 0 0.63 216.8 0.65 0.23
Hex 14 31 5F 4F 30 0 3F D9 41 17
Octal 24 61 137 117 60 0 77 331 101 27
Binary 10100 110001 1011111 1001111 110000 0 111111 11011001 1000001 10111

Color Harmonies of #14315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14315F

Black with #14315F

Text Example


Text Example

White with #14315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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