Html Css Color HEX #14205E Sapphire

📋 copy color: '#14205E'

red 20 ◦ green 32 ◦ blue 94

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

Shades of Sapphire #14205E

Tints of Sapphire #14205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 64.38%

R = 13.7%
G = 21.92%
B = 64.38%

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

#14205E (or 0x14205E) is known color: Sapphire. HEX triplet: 14, 20 and 5E. RGB value is (20,32,94). Sum of RGB (Red+Green+Blue) = 20+32+94=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #14205E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14205E is #EBDFA1. Grayscale: #232323. Windows color (decimal): -15458210 or 6168596. OLE color: 6168596.

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

Color convert

RGB 20 32 94 -
CMYK 0.79 0.66 0 0.63
HSL 230.27º 0.65% 0.22% -
HSV(B) 230.27º 0.79% 0.37% -
XYZ 2.83 1.99 10.82 -
YUV 35.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 20 32 94 0.79 0.66 0 0.63 230.27 0.65 0.22
Hex 14 20 5E 4F 42 0 3F E6 41 16
Octal 24 40 136 117 102 0 77 346 101 26
Binary 10100 100000 1011110 1001111 1000010 0 111111 11100110 1000001 10110

Color Harmonies of #14205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14205E

Black with #14205E

Text Example


Text Example

White with #14205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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