Html Css Color HEX #143378 Sapphire

📋 copy color: '#143378'

red 20 ◦ green 51 ◦ blue 120

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

Shades of Sapphire #143378

Tints of Sapphire #143378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.7%

 BLUE value IS 120 (47.27% from 255) = 62.83%

R = 10.47%
G = 26.7%
B = 62.83%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#143378 (or 0x143378) is known color: Sapphire. HEX triplet: 14, 33 and 78. RGB value is (20,51,120). Sum of RGB (Red+Green+Blue) = 20+51+120=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #143378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143378 is #EBCC87. Grayscale: #313131. Windows color (decimal): -15453320 or 7877396. OLE color: 7877396.

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

Color convert

RGB 20 51 120 -
CMYK 0.83 0.58 0 0.53
HSL 221.4º 0.71% 0.27% -
HSV(B) 221.4º 0.83% 0.47% -
XYZ 4.86 3.87 18.26 -
YUV 49.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 20 51 120 0.83 0.58 0 0.53 221.4 0.71 0.27
Hex 14 33 78 53 3A 0 35 DD 47 1B
Octal 24 63 170 123 72 0 65 335 107 33
Binary 10100 110011 1111000 1010011 111010 0 110101 11011101 1000111 11011

Color Harmonies of #143378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143378

Black with #143378

Text Example


Text Example

White with #143378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143378; }

 p { color: rgb(20,51,120); }

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

background-color css

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

 a { background-color: rgb(20,51,120); }

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

border-color css

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

 span { border-color: rgb(20,51,120); }

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