Html Css Color HEX #143078 Sapphire

📋 copy color: '#143078'

red 20 ◦ green 48 ◦ blue 120

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

Shades of Sapphire #143078

Tints of Sapphire #143078

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.53%

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

R = 10.64%
G = 25.53%
B = 63.83%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#143078 (or 0x143078) is known color: Sapphire. HEX triplet: 14, 30 and 78. RGB value is (20,48,120). Sum of RGB (Red+Green+Blue) = 20+48+120=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #143078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143078 is #EBCF87. Grayscale: #2F2F2F. Windows color (decimal): -15454088 or 7876628. OLE color: 7876628.

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

Color convert

RGB 20 48 120 -
CMYK 0.83 0.60 0 0.53
HSL 223.2º 0.71% 0.27% -
HSV(B) 223.2º 0.83% 0.47% -
XYZ 4.74 3.62 18.22 -
YUV 47.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 20 48 120 0.83 0.60 0 0.53 223.2 0.71 0.27
Hex 14 30 78 53 3C 0 35 DF 47 1B
Octal 24 60 170 123 74 0 65 337 107 33
Binary 10100 110000 1111000 1010011 111100 0 110101 11011111 1000111 11011

Color Harmonies of #143078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143078

Black with #143078

Text Example


Text Example

White with #143078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143078; }

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

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

background-color css

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

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

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

border-color css

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

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

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