Html Css Color HEX #14346A Sapphire

📋 copy color: '#14346A'

red 20 ◦ green 52 ◦ blue 106

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

Shades of Sapphire #14346A

Tints of Sapphire #14346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.21%

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

R = 11.24%
G = 29.21%
B = 59.55%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14346A (or 0x14346A) is known color: Sapphire. HEX triplet: 14, 34 and 6A. RGB value is (20,52,106). Sum of RGB (Red+Green+Blue) = 20+52+106=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #14346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14346A is #EBCB95. Grayscale: #303030. Windows color (decimal): -15453078 or 6960148. OLE color: 6960148.

HSL color Cylindrical-coordinate representation of color #14346A: hue angle of 217.67º 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 #14346A is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 52 106 -
CMYK 0.81 0.51 0 0.58
HSL 217.67º 0.68% 0.25% -
HSV(B) 217.67º 0.81% 0.42% -
XYZ 4.12 3.65 14.12 -
YUV 48.59 160.4 107.61 -
System Red Green Blue C M Y K H S L
Decimal 20 52 106 0.81 0.51 0 0.58 217.67 0.68 0.25
Hex 14 34 6A 51 33 0 3A DA 44 19
Octal 24 64 152 121 63 0 72 332 104 31
Binary 10100 110100 1101010 1010001 110011 0 111010 11011010 1000100 11001

Color Harmonies of #14346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14346A

Black with #14346A

Text Example


Text Example

White with #14346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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