Html Css Color HEX #14297C Sapphire

📋 copy color: '#14297C'

red 20 ◦ green 41 ◦ blue 124

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

Shades of Sapphire #14297C

Tints of Sapphire #14297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 67.03%

R = 10.81%
G = 22.16%
B = 67.03%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14297C (or 0x14297C) is known color: Sapphire. HEX triplet: 14, 29 and 7C. RGB value is (20,41,124). Sum of RGB (Red+Green+Blue) = 20+41+124=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #14297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14297C is #EBD683. Grayscale: #2B2B2B. Windows color (decimal): -15455876 or 8136980. OLE color: 8136980.

HSL color Cylindrical-coordinate representation of color #14297C: hue angle of 227.88º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14297C is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 41 124 -
CMYK 0.84 0.67 0 0.51
HSL 227.88º 0.72% 0.28% -
HSV(B) 227.88º 0.84% 0.49% -
XYZ 4.72 3.19 19.44 -
YUV 44.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 20 41 124 0.84 0.67 0 0.51 227.88 0.72 0.28
Hex 14 29 7C 54 43 0 33 E4 48 1C
Octal 24 51 174 124 103 0 63 344 110 34
Binary 10100 101001 1111100 1010100 1000011 0 110011 11100100 1001000 11100

Color Harmonies of #14297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14297C

Black with #14297C

Text Example


Text Example

White with #14297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14297C; }

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

 H1.HeaderClassName
 {
   color: #14297C;
 }
 .AnyTagClassName
 {
   color: #14297C;
 }
</style>

background-color css

<style>
 a { background-color: #14297C; }

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

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

border-color css

<style>
 span { border-color: #14297C; }

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

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