Html Css Color HEX #14297A Sapphire

📋 copy color: '#14297A'

red 20 ◦ green 41 ◦ blue 122

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

Shades of Sapphire #14297A

Tints of Sapphire #14297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 66.67%

R = 10.93%
G = 22.4%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#14297A (or 0x14297A) is known color: Sapphire. HEX triplet: 14, 29 and 7A. RGB value is (20,41,122). Sum of RGB (Red+Green+Blue) = 20+41+122=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #14297A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14297A is #EBD685. Grayscale: #2B2B2B. Windows color (decimal): -15455878 or 8005908. OLE color: 8005908.

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

Color convert

RGB 20 41 122 -
CMYK 0.84 0.66 0 0.52
HSL 227.65º 0.72% 0.28% -
HSV(B) 227.65º 0.84% 0.48% -
XYZ 4.59 3.14 18.78 -
YUV 43.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 20 41 122 0.84 0.66 0 0.52 227.65 0.72 0.28
Hex 14 29 7A 54 42 0 34 E4 48 1C
Octal 24 51 172 124 102 0 64 344 110 34
Binary 10100 101001 1111010 1010100 1000010 0 110100 11100100 1001000 11100

Color Harmonies of #14297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14297A

Black with #14297A

Text Example


Text Example

White with #14297A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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