Html Css Color HEX #142154 Sapphire

📋 copy color: '#142154'

red 20 ◦ green 33 ◦ blue 84

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

Shades of Sapphire #142154

Tints of Sapphire #142154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.09%

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

R = 14.6%
G = 24.09%
B = 61.31%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142154 (or 0x142154) is known color: Sapphire. HEX triplet: 14, 21 and 54. RGB value is (20,33,84). Sum of RGB (Red+Green+Blue) = 20+33+84=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #142154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142154 is #EBDEAB. Grayscale: #222222. Windows color (decimal): -15457964 or 5513492. OLE color: 5513492.

HSL color Cylindrical-coordinate representation of color #142154: hue angle of 227.81º 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 #142154 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 33 84 -
CMYK 0.76 0.61 0 0.67
HSL 227.81º 0.62% 0.2% -
HSV(B) 227.81º 0.76% 0.33% -
XYZ 2.43 1.88 8.62 -
YUV 34.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 20 33 84 0.76 0.61 0 0.67 227.81 0.62 0.2
Hex 14 21 54 4C 3D 0 43 E4 3E 14
Octal 24 41 124 114 75 0 103 344 76 24
Binary 10100 100001 1010100 1001100 111101 0 1000011 11100100 111110 10100

Color Harmonies of #142154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142154

Black with #142154

Text Example


Text Example

White with #142154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142154; }

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

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

background-color css

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

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

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

border-color css

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

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

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