Html Css Color HEX #142152 Sapphire

📋 copy color: '#142152'

red 20 ◦ green 33 ◦ blue 82

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

Shades of Sapphire #142152

Tints of Sapphire #142152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

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

R = 14.81%
G = 24.44%
B = 60.74%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#142152 (or 0x142152) is known color: Sapphire. HEX triplet: 14, 21 and 52. RGB value is (20,33,82). Sum of RGB (Red+Green+Blue) = 20+33+82=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #142152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142152 is #EBDEAD. Grayscale: #222222. Windows color (decimal): -15457966 or 5382420. OLE color: 5382420.

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

Color convert

RGB 20 33 82 -
CMYK 0.76 0.60 0 0.68
HSL 227.42º 0.61% 0.2% -
HSV(B) 227.42º 0.76% 0.32% -
XYZ 2.36 1.85 8.21 -
YUV 34.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 20 33 82 0.76 0.60 0 0.68 227.42 0.61 0.2
Hex 14 21 52 4C 3C 0 44 E3 3D 14
Octal 24 41 122 114 74 0 104 343 75 24
Binary 10100 100001 1010010 1001100 111100 0 1000100 11100011 111101 10100

Color Harmonies of #142152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142152

Black with #142152

Text Example


Text Example

White with #142152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142152; }

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

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

background-color css

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

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

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

border-color css

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

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

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