Html Css Color HEX #142751 Sapphire

📋 copy color: '#142751'

red 20 ◦ green 39 ◦ blue 81

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

Shades of Sapphire #142751

Tints of Sapphire #142751

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.86%

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

R = 14.29%
G = 27.86%
B = 57.86%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#142751 (or 0x142751) is known color: Sapphire. HEX triplet: 14, 27 and 51. RGB value is (20,39,81). Sum of RGB (Red+Green+Blue) = 20+39+81=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #142751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142751 is #EBD8AE. Grayscale: #252525. Windows color (decimal): -15456431 or 5318420. OLE color: 5318420.

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

Color convert

RGB 20 39 81 -
CMYK 0.75 0.52 0 0.68
HSL 221.31º 0.6% 0.2% -
HSV(B) 221.31º 0.75% 0.32% -
XYZ 2.5 2.19 8.08 -
YUV 38.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 20 39 81 0.75 0.52 0 0.68 221.31 0.6 0.2
Hex 14 27 51 4B 34 0 44 DD 3C 14
Octal 24 47 121 113 64 0 104 335 74 24
Binary 10100 100111 1010001 1001011 110100 0 1000100 11011101 111100 10100

Color Harmonies of #142751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142751

Black with #142751

Text Example


Text Example

White with #142751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142751; }

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

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

background-color css

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

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

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

border-color css

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

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

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