Html Css Color HEX #143574 Sapphire

📋 copy color: '#143574'

red 20 ◦ green 53 ◦ blue 116

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

Shades of Sapphire #143574

Tints of Sapphire #143574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

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

R = 10.58%
G = 28.04%
B = 61.38%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143574 (or 0x143574) is known color: Sapphire. HEX triplet: 14, 35 and 74. RGB value is (20,53,116). Sum of RGB (Red+Green+Blue) = 20+53+116=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #143574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143574 is #EBCA8B. Grayscale: #323232. Windows color (decimal): -15452812 or 7615764. OLE color: 7615764.

HSL color Cylindrical-coordinate representation of color #143574: hue angle of 219.38º 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 #143574 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 53 116 -
CMYK 0.83 0.54 0 0.55
HSL 219.38º 0.71% 0.27% -
HSV(B) 219.38º 0.83% 0.45% -
XYZ 4.71 3.96 17.04 -
YUV 50.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 20 53 116 0.83 0.54 0 0.55 219.38 0.71 0.27
Hex 14 35 74 53 36 0 37 DB 47 1B
Octal 24 65 164 123 66 0 67 333 107 33
Binary 10100 110101 1110100 1010011 110110 0 110111 11011011 1000111 11011

Color Harmonies of #143574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143574

Black with #143574

Text Example


Text Example

White with #143574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143574; }

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

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

background-color css

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

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

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

border-color css

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

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

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