Html Css Color HEX #143479 Sapphire

📋 copy color: '#143479'

red 20 ◦ green 52 ◦ blue 121

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

Shades of Sapphire #143479

Tints of Sapphire #143479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 62.69%

R = 10.36%
G = 26.94%
B = 62.69%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#143479 (or 0x143479) is known color: Sapphire. HEX triplet: 14, 34 and 79. RGB value is (20,52,121). Sum of RGB (Red+Green+Blue) = 20+52+121=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #143479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143479 is #EBCB86. Grayscale: #313131. Windows color (decimal): -15453063 or 7943188. OLE color: 7943188.

HSL color Cylindrical-coordinate representation of color #143479: hue angle of 220.99º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143479 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 52 121 -
CMYK 0.83 0.57 0 0.53
HSL 220.99º 0.72% 0.28% -
HSV(B) 220.99º 0.83% 0.47% -
XYZ 4.97 3.99 18.6 -
YUV 50.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 20 52 121 0.83 0.57 0 0.53 220.99 0.72 0.28
Hex 14 34 79 53 39 0 35 DD 48 1C
Octal 24 64 171 123 71 0 65 335 110 34
Binary 10100 110100 1111001 1010011 111001 0 110101 11011101 1001000 11100

Color Harmonies of #143479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143479

Black with #143479

Text Example


Text Example

White with #143479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143479; }

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

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

background-color css

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

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

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

border-color css

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

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

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