Html Css Color HEX #143674 Sapphire

📋 copy color: '#143674'

red 20 ◦ green 54 ◦ blue 116

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

Shades of Sapphire #143674

Tints of Sapphire #143674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

 BLUE value IS 116 (45.7% from 255) = 61.05%

R = 10.53%
G = 28.42%
B = 61.05%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143674 (or 0x143674) is known color: Sapphire. HEX triplet: 14, 36 and 74. RGB value is (20,54,116). Sum of RGB (Red+Green+Blue) = 20+54+116=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #143674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143674 is #EBC98B. Grayscale: #323232. Windows color (decimal): -15452556 or 7616020. OLE color: 7616020.

HSL color Cylindrical-coordinate representation of color #143674: hue angle of 218.75º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143674 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 54 116 -
CMYK 0.83 0.53 0 0.55
HSL 218.75º 0.71% 0.27% -
HSV(B) 218.75º 0.83% 0.45% -
XYZ 4.76 4.05 17.05 -
YUV 50.9 164.74 105.96 -
System Red Green Blue C M Y K H S L
Decimal 20 54 116 0.83 0.53 0 0.55 218.75 0.71 0.27
Hex 14 36 74 53 35 0 37 DB 47 1B
Octal 24 66 164 123 65 0 67 333 107 33
Binary 10100 110110 1110100 1010011 110101 0 110111 11011011 1000111 11011

Color Harmonies of #143674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143674

Black with #143674

Text Example


Text Example

White with #143674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143674; }

 p { color: rgb(20,54,116); }

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

background-color css

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

 a { background-color: rgb(20,54,116); }

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

border-color css

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

 span { border-color: rgb(20,54,116); }

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