Html Css Color HEX #142360 Sapphire

📋 copy color: '#142360'

red 20 ◦ green 35 ◦ blue 96

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

Shades of Sapphire #142360

Tints of Sapphire #142360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.18%

 BLUE value IS 96 (37.89% from 255) = 63.58%

R = 13.25%
G = 23.18%
B = 63.58%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#142360 (or 0x142360) is known color: Sapphire. HEX triplet: 14, 23 and 60. RGB value is (20,35,96). Sum of RGB (Red+Green+Blue) = 20+35+96=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #142360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142360 is #EBDC9F. Grayscale: #252525. Windows color (decimal): -15457440 or 6300436. OLE color: 6300436.

HSL color Cylindrical-coordinate representation of color #142360: hue angle of 228.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142360 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 35 96 -
CMYK 0.79 0.64 0 0.62
HSL 228.16º 0.66% 0.23% -
HSV(B) 228.16º 0.79% 0.38% -
XYZ 3 2.2 11.33 -
YUV 37.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 20 35 96 0.79 0.64 0 0.62 228.16 0.66 0.23
Hex 14 23 60 4F 40 0 3E E4 42 17
Octal 24 43 140 117 100 0 76 344 102 27
Binary 10100 100011 1100000 1001111 1000000 0 111110 11100100 1000010 10111

Color Harmonies of #142360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142360

Black with #142360

Text Example


Text Example

White with #142360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142360; }

 p { color: rgb(20,35,96); }

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

background-color css

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

 a { background-color: rgb(20,35,96); }

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

border-color css

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

 span { border-color: rgb(20,35,96); }

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