Html Css Color HEX #14326A Sapphire

📋 copy color: '#14326A'

red 20 ◦ green 50 ◦ blue 106

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

Shades of Sapphire #14326A

Tints of Sapphire #14326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.41%

 BLUE value IS 106 (41.8% from 255) = 60.23%

R = 11.36%
G = 28.41%
B = 60.23%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14326A (or 0x14326A) is known color: Sapphire. HEX triplet: 14, 32 and 6A. RGB value is (20,50,106). Sum of RGB (Red+Green+Blue) = 20+50+106=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #14326A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14326A is #EBCD95. Grayscale: #2F2F2F. Windows color (decimal): -15453590 or 6959636. OLE color: 6959636.

HSL color Cylindrical-coordinate representation of color #14326A: hue angle of 219.07º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14326A is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 50 106 -
CMYK 0.81 0.53 0 0.58
HSL 219.07º 0.68% 0.25% -
HSV(B) 219.07º 0.81% 0.42% -
XYZ 4.03 3.47 14.09 -
YUV 47.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 20 50 106 0.81 0.53 0 0.58 219.07 0.68 0.25
Hex 14 32 6A 51 35 0 3A DB 44 19
Octal 24 62 152 121 65 0 72 333 104 31
Binary 10100 110010 1101010 1010001 110101 0 111010 11011011 1000100 11001

Color Harmonies of #14326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14326A

Black with #14326A

Text Example


Text Example

White with #14326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,50,106); }

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

background-color css

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

 a { background-color: rgb(20,50,106); }

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

border-color css

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

 span { border-color: rgb(20,50,106); }

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