Html Css Color HEX #142854 Sapphire

📋 copy color: '#142854'

red 20 ◦ green 40 ◦ blue 84

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

Shades of Sapphire #142854

Tints of Sapphire #142854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 84 (33.2% from 255) = 58.33%

R = 13.89%
G = 27.78%
B = 58.33%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142854 (or 0x142854) is known color: Sapphire. HEX triplet: 14, 28 and 54. RGB value is (20,40,84). Sum of RGB (Red+Green+Blue) = 20+40+84=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #142854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142854 is #EBD7AB. Grayscale: #262626. Windows color (decimal): -15456172 or 5515284. OLE color: 5515284.

HSL color Cylindrical-coordinate representation of color #142854: hue angle of 221.25º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142854 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 40 84 -
CMYK 0.76 0.52 0 0.67
HSL 221.25º 0.62% 0.2% -
HSV(B) 221.25º 0.76% 0.33% -
XYZ 2.65 2.31 8.69 -
YUV 39.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 20 40 84 0.76 0.52 0 0.67 221.25 0.62 0.2
Hex 14 28 54 4C 34 0 43 DD 3E 14
Octal 24 50 124 114 64 0 103 335 76 24
Binary 10100 101000 1010100 1001100 110100 0 1000011 11011101 111110 10100

Color Harmonies of #142854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142854

Black with #142854

Text Example


Text Example

White with #142854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142854; }

 p { color: rgb(20,40,84); }

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

background-color css

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

 a { background-color: rgb(20,40,84); }

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

border-color css

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

 span { border-color: rgb(20,40,84); }

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