Html Css Color HEX #142C54 Sapphire

📋 copy color: '#142C54'

red 20 ◦ green 44 ◦ blue 84

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

Shades of Sapphire #142C54

Tints of Sapphire #142C54

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.73%

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

R = 13.51%
G = 29.73%
B = 56.76%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142C54 (or 0x142C54) is known color: Sapphire. HEX triplet: 14, 2C and 54. RGB value is (20,44,84). Sum of RGB (Red+Green+Blue) = 20+44+84=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #142C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C54 is #EBD3AB. Grayscale: #292929. Windows color (decimal): -15455148 or 5516308. OLE color: 5516308.

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

Color convert

RGB 20 44 84 -
CMYK 0.76 0.48 0 0.67
HSL 217.5º 0.62% 0.2% -
HSV(B) 217.5º 0.76% 0.33% -
XYZ 2.79 2.59 8.74 -
YUV 41.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 20 44 84 0.76 0.48 0 0.67 217.5 0.62 0.2
Hex 14 2C 54 4C 30 0 43 DA 3E 14
Octal 24 54 124 114 60 0 103 332 76 24
Binary 10100 101100 1010100 1001100 110000 0 1000011 11011010 111110 10100

Color Harmonies of #142C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C54

Black with #142C54

Text Example


Text Example

White with #142C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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