Html Css Color HEX #14295D Sapphire

📋 copy color: '#14295D'

red 20 ◦ green 41 ◦ blue 93

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

Shades of Sapphire #14295D

Tints of Sapphire #14295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.62%

 BLUE value IS 93 (36.72% from 255) = 60.39%

R = 12.99%
G = 26.62%
B = 60.39%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14295D (or 0x14295D) is known color: Sapphire. HEX triplet: 14, 29 and 5D. RGB value is (20,41,93). Sum of RGB (Red+Green+Blue) = 20+41+93=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #14295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14295D is #EBD6A2. Grayscale: #282828. Windows color (decimal): -15455907 or 6105364. OLE color: 6105364.

HSL color Cylindrical-coordinate representation of color #14295D: hue angle of 222.74º degrees, saturation: 0.65, 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 #14295D is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 41 93 -
CMYK 0.78 0.56 0 0.64
HSL 222.74º 0.65% 0.22% -
HSV(B) 222.74º 0.78% 0.36% -
XYZ 3.06 2.52 10.68 -
YUV 40.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 20 41 93 0.78 0.56 0 0.64 222.74 0.65 0.22
Hex 14 29 5D 4E 38 0 40 DF 41 16
Octal 24 51 135 116 70 0 100 337 101 26
Binary 10100 101001 1011101 1001110 111000 0 1000000 11011111 1000001 10110

Color Harmonies of #14295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14295D

Black with #14295D

Text Example


Text Example

White with #14295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14295D; }

 p { color: rgb(20,41,93); }

 H1.HeaderClassName
 {
   color: #14295D;
 }
 .AnyTagClassName
 {
   color: #14295D;
 }
</style>

background-color css

<style>
 a { background-color: #14295D; }

 a { background-color: rgb(20,41,93); }

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

border-color css

<style>
 span { border-color: #14295D; }

 span { border-color: rgb(20,41,93); }

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