Html Css Color HEX #142A53 Sapphire

📋 copy color: '#142A53'

red 20 ◦ green 42 ◦ blue 83

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

Shades of Sapphire #142A53

Tints of Sapphire #142A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.97%

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

R = 13.79%
G = 28.97%
B = 57.24%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142A53 (or 0x142A53) is known color: Sapphire. HEX triplet: 14, 2A and 53. RGB value is (20,42,83). Sum of RGB (Red+Green+Blue) = 20+42+83=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #142A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A53 is #EBD5AC. Grayscale: #272727. Windows color (decimal): -15455661 or 5450260. OLE color: 5450260.

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

Color convert

RGB 20 42 83 -
CMYK 0.76 0.49 0 0.67
HSL 219.05º 0.61% 0.2% -
HSV(B) 219.05º 0.76% 0.33% -
XYZ 2.68 2.43 8.51 -
YUV 40.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 20 42 83 0.76 0.49 0 0.67 219.05 0.61 0.2
Hex 14 2A 53 4C 31 0 43 DB 3D 14
Octal 24 52 123 114 61 0 103 333 75 24
Binary 10100 101010 1010011 1001100 110001 0 1000011 11011011 111101 10100

Color Harmonies of #142A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A53

Black with #142A53

Text Example


Text Example

White with #142A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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