Html Css Color HEX #142753 Sapphire

📋 copy color: '#142753'

red 20 ◦ green 39 ◦ blue 83

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

Shades of Sapphire #142753

Tints of Sapphire #142753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 58.45%

R = 14.08%
G = 27.46%
B = 58.45%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142753 (or 0x142753) is known color: Sapphire. HEX triplet: 14, 27 and 53. RGB value is (20,39,83). Sum of RGB (Red+Green+Blue) = 20+39+83=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #142753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142753 is #EBD8AC. Grayscale: #262626. Windows color (decimal): -15456429 or 5449492. OLE color: 5449492.

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

Color convert

RGB 20 39 83 -
CMYK 0.76 0.53 0 0.67
HSL 221.9º 0.61% 0.2% -
HSV(B) 221.9º 0.76% 0.33% -
XYZ 2.58 2.22 8.48 -
YUV 38.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 20 39 83 0.76 0.53 0 0.67 221.9 0.61 0.2
Hex 14 27 53 4C 35 0 43 DE 3D 14
Octal 24 47 123 114 65 0 103 336 75 24
Binary 10100 100111 1010011 1001100 110101 0 1000011 11011110 111101 10100

Color Harmonies of #142753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142753

Black with #142753

Text Example


Text Example

White with #142753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142753; }

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

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

background-color css

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

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

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

border-color css

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

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

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