Html Css Color HEX #14205F Sapphire

📋 copy color: '#14205F'

red 20 ◦ green 32 ◦ blue 95

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

Shades of Sapphire #14205F

Tints of Sapphire #14205F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.77%

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

R = 13.61%
G = 21.77%
B = 64.63%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14205F (or 0x14205F) is known color: Sapphire. HEX triplet: 14, 20 and 5F. RGB value is (20,32,95). Sum of RGB (Red+Green+Blue) = 20+32+95=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #14205F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14205F is #EBDFA0. Grayscale: #232323. Windows color (decimal): -15458209 or 6234132. OLE color: 6234132.

HSL color Cylindrical-coordinate representation of color #14205F: hue angle of 230.4º 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 #14205F is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 32 95 -
CMYK 0.79 0.66 0 0.63
HSL 230.4º 0.65% 0.23% -
HSV(B) 230.4º 0.79% 0.37% -
XYZ 2.87 2.01 11.06 -
YUV 35.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 20 32 95 0.79 0.66 0 0.63 230.4 0.65 0.23
Hex 14 20 5F 4F 42 0 3F E6 41 17
Octal 24 40 137 117 102 0 77 346 101 27
Binary 10100 100000 1011111 1001111 1000010 0 111111 11100110 1000001 10111

Color Harmonies of #14205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14205F

Black with #14205F

Text Example


Text Example

White with #14205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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