Html Css Color HEX #142A51 Sapphire

📋 copy color: '#142A51'

red 20 ◦ green 42 ◦ blue 81

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

Shades of Sapphire #142A51

Tints of Sapphire #142A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 56.64%

R = 13.99%
G = 29.37%
B = 56.64%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#142A51 (or 0x142A51) is known color: Sapphire. HEX triplet: 14, 2A and 51. RGB value is (20,42,81). Sum of RGB (Red+Green+Blue) = 20+42+81=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #142A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A51 is #EBD5AE. Grayscale: #272727. Windows color (decimal): -15455663 or 5319188. OLE color: 5319188.

HSL color Cylindrical-coordinate representation of color #142A51: hue angle of 218.36º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142A51 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 42 81 -
CMYK 0.75 0.48 0 0.68
HSL 218.36º 0.6% 0.2% -
HSV(B) 218.36º 0.75% 0.32% -
XYZ 2.6 2.4 8.11 -
YUV 39.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 20 42 81 0.75 0.48 0 0.68 218.36 0.6 0.2
Hex 14 2A 51 4B 30 0 44 DA 3C 14
Octal 24 52 121 113 60 0 104 332 74 24
Binary 10100 101010 1010001 1001011 110000 0 1000100 11011010 111100 10100

Color Harmonies of #142A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A51

Black with #142A51

Text Example


Text Example

White with #142A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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