Html Css Color HEX #142651 Sapphire

📋 copy color: '#142651'

red 20 ◦ green 38 ◦ blue 81

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

Shades of Sapphire #142651

Tints of Sapphire #142651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.34%

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

R = 14.39%
G = 27.34%
B = 58.27%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#142651 (or 0x142651) is known color: Sapphire. HEX triplet: 14, 26 and 51. RGB value is (20,38,81). Sum of RGB (Red+Green+Blue) = 20+38+81=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #142651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142651 is #EBD9AE. Grayscale: #252525. Windows color (decimal): -15456687 or 5318164. OLE color: 5318164.

HSL color Cylindrical-coordinate representation of color #142651: hue angle of 222.3º 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 #142651 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 38 81 -
CMYK 0.75 0.53 0 0.68
HSL 222.3º 0.6% 0.2% -
HSV(B) 222.3º 0.75% 0.32% -
XYZ 2.47 2.13 8.07 -
YUV 37.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 20 38 81 0.75 0.53 0 0.68 222.3 0.6 0.2
Hex 14 26 51 4B 35 0 44 DE 3C 14
Octal 24 46 121 113 65 0 104 336 74 24
Binary 10100 100110 1010001 1001011 110101 0 1000100 11011110 111100 10100

Color Harmonies of #142651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142651

Black with #142651

Text Example


Text Example

White with #142651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142651; }

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

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

background-color css

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

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

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

border-color css

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

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

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