Html Css Color HEX #142952 Sapphire

📋 copy color: '#142952'

red 20 ◦ green 41 ◦ blue 82

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

Shades of Sapphire #142952

Tints of Sapphire #142952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.67%

 BLUE value IS 82 (32.42% from 255) = 57.34%

R = 13.99%
G = 28.67%
B = 57.34%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#142952 (or 0x142952) is known color: Sapphire. HEX triplet: 14, 29 and 52. RGB value is (20,41,82). Sum of RGB (Red+Green+Blue) = 20+41+82=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 82 (32.42% from 255 or 57.34% from 143); Max value from RGB is 82 - color contains mainly: blue. Hex color #142952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142952 is #EBD6AD. Grayscale: #272727. Windows color (decimal): -15455918 or 5384468. OLE color: 5384468.

HSL color Cylindrical-coordinate representation of color #142952: hue angle of 219.68º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142952 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 41 82 -
CMYK 0.76 0.50 0 0.68
HSL 219.68º 0.61% 0.2% -
HSV(B) 219.68º 0.76% 0.32% -
XYZ 2.6 2.34 8.3 -
YUV 39.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 20 41 82 0.76 0.50 0 0.68 219.68 0.61 0.2
Hex 14 29 52 4C 32 0 44 DC 3D 14
Octal 24 51 122 114 62 0 104 334 75 24
Binary 10100 101001 1010010 1001100 110010 0 1000100 11011100 111101 10100

Color Harmonies of #142952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142952

Black with #142952

Text Example


Text Example

White with #142952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142952; }

 p { color: rgb(20,41,82); }

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

background-color css

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

 a { background-color: rgb(20,41,82); }

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

border-color css

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

 span { border-color: rgb(20,41,82); }

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