Html Css Color HEX #142754 Sapphire

📋 copy color: '#142754'

red 20 ◦ green 39 ◦ blue 84

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

Shades of Sapphire #142754

Tints of Sapphire #142754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.27%

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

R = 13.99%
G = 27.27%
B = 58.74%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142754 (or 0x142754) is known color: Sapphire. HEX triplet: 14, 27 and 54. RGB value is (20,39,84). Sum of RGB (Red+Green+Blue) = 20+39+84=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #142754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142754 is #EBD8AB. Grayscale: #262626. Windows color (decimal): -15456428 or 5515028. OLE color: 5515028.

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

Color convert

RGB 20 39 84 -
CMYK 0.76 0.54 0 0.67
HSL 222.19º 0.62% 0.2% -
HSV(B) 222.19º 0.76% 0.33% -
XYZ 2.61 2.24 8.68 -
YUV 38.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 20 39 84 0.76 0.54 0 0.67 222.19 0.62 0.2
Hex 14 27 54 4C 36 0 43 DE 3E 14
Octal 24 47 124 114 66 0 103 336 76 24
Binary 10100 100111 1010100 1001100 110110 0 1000011 11011110 111110 10100

Color Harmonies of #142754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142754

Black with #142754

Text Example


Text Example

White with #142754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142754; }

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

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

background-color css

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

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

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

border-color css

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

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

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