Html Css Color HEX #142353 Sapphire

📋 copy color: '#142353'

red 20 ◦ green 35 ◦ blue 83

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

Shades of Sapphire #142353

Tints of Sapphire #142353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

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

R = 14.49%
G = 25.36%
B = 60.14%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142353 (or 0x142353) is known color: Sapphire. HEX triplet: 14, 23 and 53. RGB value is (20,35,83). Sum of RGB (Red+Green+Blue) = 20+35+83=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #142353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142353 is #EBDCAC. Grayscale: #232323. Windows color (decimal): -15457453 or 5448468. OLE color: 5448468.

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

Color convert

RGB 20 35 83 -
CMYK 0.76 0.58 0 0.67
HSL 225.71º 0.61% 0.2% -
HSV(B) 225.71º 0.76% 0.33% -
XYZ 2.45 1.98 8.44 -
YUV 35.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 20 35 83 0.76 0.58 0 0.67 225.71 0.61 0.2
Hex 14 23 53 4C 3A 0 43 E2 3D 14
Octal 24 43 123 114 72 0 103 342 75 24
Binary 10100 100011 1010011 1001100 111010 0 1000011 11100010 111101 10100

Color Harmonies of #142353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142353

Black with #142353

Text Example


Text Example

White with #142353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142353; }

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

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

background-color css

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

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

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

border-color css

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

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

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