Html Css Color HEX #14297D Sapphire

📋 copy color: '#14297D'

red 20 ◦ green 41 ◦ blue 125

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

Shades of Sapphire #14297D

Tints of Sapphire #14297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 67.2%

R = 10.75%
G = 22.04%
B = 67.2%

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

#14297D (or 0x14297D) is known color: Sapphire. HEX triplet: 14, 29 and 7D. RGB value is (20,41,125). Sum of RGB (Red+Green+Blue) = 20+41+125=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #14297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14297D is #EBD682. Grayscale: #2B2B2B. Windows color (decimal): -15455875 or 8202516. OLE color: 8202516.

HSL color Cylindrical-coordinate representation of color #14297D: hue angle of 228º 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 #14297D is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 41 125 -
CMYK 0.84 0.67 0 0.51
HSL 228º 0.72% 0.28% -
HSV(B) 228º 0.84% 0.49% -
XYZ 4.78 3.22 19.77 -
YUV 44.3 173.54 110.67 -
System Red Green Blue C M Y K H S L
Decimal 20 41 125 0.84 0.67 0 0.51 228 0.72 0.28
Hex 14 29 7D 54 43 0 33 E4 48 1C
Octal 24 51 175 124 103 0 63 344 110 34
Binary 10100 101001 1111101 1010100 1000011 0 110011 11100100 1001000 11100

Color Harmonies of #14297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14297D

Black with #14297D

Text Example


Text Example

White with #14297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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