Html Css Color HEX #142253 Sapphire

📋 copy color: '#142253'

red 20 ◦ green 34 ◦ blue 83

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

Shades of Sapphire #142253

Tints of Sapphire #142253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

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

R = 14.6%
G = 24.82%
B = 60.58%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142253 (or 0x142253) is known color: Sapphire. HEX triplet: 14, 22 and 53. RGB value is (20,34,83). Sum of RGB (Red+Green+Blue) = 20+34+83=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #142253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142253 is #EBDDAC. Grayscale: #232323. Windows color (decimal): -15457709 or 5448212. OLE color: 5448212.

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

Color convert

RGB 20 34 83 -
CMYK 0.76 0.59 0 0.67
HSL 226.67º 0.61% 0.2% -
HSV(B) 226.67º 0.76% 0.33% -
XYZ 2.42 1.92 8.43 -
YUV 35.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 20 34 83 0.76 0.59 0 0.67 226.67 0.61 0.2
Hex 14 22 53 4C 3B 0 43 E3 3D 14
Octal 24 42 123 114 73 0 103 343 75 24
Binary 10100 100010 1010011 1001100 111011 0 1000011 11100011 111101 10100

Color Harmonies of #142253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142253

Black with #142253

Text Example


Text Example

White with #142253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142253; }

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

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

background-color css

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

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

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

border-color css

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

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

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