Html Css Color HEX #14225F Sapphire

📋 copy color: '#14225F'

red 20 ◦ green 34 ◦ blue 95

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

Shades of Sapphire #14225F

Tints of Sapphire #14225F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

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

R = 13.42%
G = 22.82%
B = 63.76%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14225F (or 0x14225F) is known color: Sapphire. HEX triplet: 14, 22 and 5F. RGB value is (20,34,95). Sum of RGB (Red+Green+Blue) = 20+34+95=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #14225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14225F is #EBDDA0. Grayscale: #242424. Windows color (decimal): -15457697 or 6234644. OLE color: 6234644.

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

Color convert

RGB 20 34 95 -
CMYK 0.79 0.64 0 0.63
HSL 228.8º 0.65% 0.23% -
HSV(B) 228.8º 0.79% 0.37% -
XYZ 2.93 2.12 11.08 -
YUV 36.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 20 34 95 0.79 0.64 0 0.63 228.8 0.65 0.23
Hex 14 22 5F 4F 40 0 3F E5 41 17
Octal 24 42 137 117 100 0 77 345 101 27
Binary 10100 100010 1011111 1001111 1000000 0 111111 11100101 1000001 10111

Color Harmonies of #14225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14225F

Black with #14225F

Text Example


Text Example

White with #14225F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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