Html Css Color HEX #142D59 Sapphire

📋 copy color: '#142D59'

red 20 ◦ green 45 ◦ blue 89

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

Shades of Sapphire #142D59

Tints of Sapphire #142D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.22%

 BLUE value IS 89 (35.16% from 255) = 57.79%

R = 12.99%
G = 29.22%
B = 57.79%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#142D59 (or 0x142D59) is known color: Sapphire. HEX triplet: 14, 2D and 59. RGB value is (20,45,89). Sum of RGB (Red+Green+Blue) = 20+45+89=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #142D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D59 is #EBD2A6. Grayscale: #2A2A2A. Windows color (decimal): -15454887 or 5844244. OLE color: 5844244.

HSL color Cylindrical-coordinate representation of color #142D59: hue angle of 218.26º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #142D59 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 45 89 -
CMYK 0.78 0.49 0 0.65
HSL 218.26º 0.63% 0.21% -
HSV(B) 218.26º 0.78% 0.35% -
XYZ 3.03 2.75 9.82 -
YUV 42.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 20 45 89 0.78 0.49 0 0.65 218.26 0.63 0.21
Hex 14 2D 59 4E 31 0 41 DA 3F 15
Octal 24 55 131 116 61 0 101 332 77 25
Binary 10100 101101 1011001 1001110 110001 0 1000001 11011010 111111 10101

Color Harmonies of #142D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D59

Black with #142D59

Text Example


Text Example

White with #142D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,45,89); }

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

background-color css

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

 a { background-color: rgb(20,45,89); }

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

border-color css

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

 span { border-color: rgb(20,45,89); }

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